ok im new to scratch and downloaded sum star wars spirits and thay alredy have walk1 thru like walk8 but i don't now how to make them walk and move at the same time i can get them to walk then move to the spot i have set but not do it at the same time eny ideas?
Offline
When left arrow pressed
Next costume
Move 10 steps
When right arrow pressed
Next costume
Move -10 steps
Thats the simple way of doing it, if you want to do more stuff like turn, or make it smoother just ask me.
Offline
I admire both of you.
Offline
Try this:
[when [right arrow] pressed)
[change x by (10)]
[next costume]
Last edited by Jonathanpb (2010-08-26 02:07:18)
Offline
No, using that method is glitchy and laggy. I suggest:
When green flag clicked
forever
When [right arrow] pressed
Move 1 steps
Next costume
Make sure that you have costumes of different stages of the moving animation.
Offline