took me a long time to make this its very fun please search run away smiley v1.2 its amazing n please comment good and bad idc jus give me some feedback it took me a long time
Offline
This is pretty cool! I'll make a link just for you: Run Away Smiley v1.2
I noticed that the movement is a little choppy, so could I reccomend that instead of using these scripts:
when [down arrow v] key pressed change y by [-10] // and the same for left,right, and up.You could do this:
when gf clicked forever if < key [down arrow v] pressed? > change y by [-5] end if <key [right arrow v] pressed? > change x by [5] //and continue this with each direction end endDoing this will make the movement a lot smoother. Try it out!
Offline
i tried that bt the forever function causes constant looping so it will constantly move in that direction of arrow u presses if i did it right
Offline
Lilhardy94 wrote:
i tried that bt the forever function causes constant looping so it will constantly move in that direction of arrow u presses if i did it right
That shouldn't happen.
Try to copy the scripts for each individual part to make sure you copied it right.
Last edited by AgentRoop (2012-05-03 17:42:17)
Offline
AgentRoop wrote:
Lilhardy94 wrote:
i tried that bt the forever function causes constant looping so it will constantly move in that direction of arrow u presses if i did it right
That shouldn't happen.
Try to copy the scripts for each individual part to make sure you copied it right.
ok i got it to work perfect thank you movement is extremely smooth now it will be in version 1.3 when i finish it
Offline