I want to make a wolf run cycle but when i make all the costumes and press the flag it runs backwards! And this has been happening like every time i try to do it! Please Help!
Offline
Do the costumes cycle backwards, or does the sprite move backwards? If you want the sprite to move left,
[blocks]
<change x by( -5
[/blocks]
To move right,
[blocks]<change x by( 5
[/blocks]
Hope this helps!
Offline