Pages: 1
Topic closed
when my script ends and I start hit the start flag all the scripts just start to run from the point where my sprites ended so they wont move anymore. How do I get the sprites back to the original spot? THANKS
Offline
Upload your project so we can see what you mean
Offline
i know how to fix it: when flag clicked: set y to: where you want it to start.
Offline
When you open up your project again, put the following block right underneath the start flag:
[blocks]<go to x )y [/blocks]
Then, type in the x and y coordinates shown for the sprite.
Offline
What he said (Note to imaperson123: Haha get how I underlined he and 123?)
imaperson123 wrote:
i know how to fix it: when flag clicked: set y to: where you want it to start.
Offline
basically every time you make something move in like lets say an animation and you want it to replay the sprite is going to have to go back to it's original point.
so yeah all you do is make it go back to where it started
let's say it started at x:4 y:4
When clicked
goto x: 4
goto y: 4
Offline
fungirl123 wrote:
What he said (Note to imaperson123: Haha get how I underlined he and 123?)
Now that's how you do it!
Offline
Topic closed
Pages: 1