How do I make my sprite stop moving?
Thanks.
Offline
You could use variables.
When green flag clicked
Forever
If 'variable' = 0
Move 5 steps
End if
If whatever you want to happen to cause it to stop moving
Set 'variable' to 1
End if
End forever
Offline
It's walking- Like:
[blocks]
<when[ space ]key pressed>
<go to x )y
<point in direction(
<repeat until>
<move( )steps><wait( )secsc>
[/blocks]
Offline
RedRocker, I see what you are saying. That could probably work.
Offline
Also, my game won't start on the first level and I can't figure out why. Any ideas why?
Offline
HikerRunner wrote:
Also, my game won't start on the first level and I can't figure out why. Any ideas why?
Could you upload the project so we could see the scripts you're using?
Offline
When I fixed the other problem that one somehow fixed itself too. I have no idea.
And it was the Dog Jump game I have.
Offline