I really need to know why my character's feet aren't switching while walking.
Here is my Script so far...
P.S. If you don't see a script that's ok, because that's my first problem.
Not only do I not know anything about Scratch (the programming language)
I also don't know how to put pictures in the forums (if you can).
P.P.S. Please respond.
Offline
Well, first try switching between 2 costumes
Offline
korin125 wrote:
I can get it so that when press the key is swithches feet and even switch back, but not to walk and do so
Alright, out this block in between the costume switch:
[blocks]<move( 2 )steps>[/blocks]
That way, he will look like he's moving. And don't forget the
[blocks]<if on edge, bounce>[/blocks] block. And in the corner next to the sprites name
(up top) click the top arrow (I think. The one that's like <-->)
Offline
Set up one Forever loop that just switches the costumes, with a short wait between switches. Then, set up your motion in another loop. See if that works for you!
Offline
There are many ways to do this, next costume loops, switch to costume loops, it all depends on your sprite and its costumes.
Offline