Every time I use a gif image in my projects, I play it and it's always too fast! I make the motor power lower but it's still really fast. I'd appreciate your answers. c:
Offline
what is "motor power"
anyway, if youre doing it how i think you are, just increase the delay
Offline
Offline
Thanks!
Offline
You just need to add a "wait 1 secs" block to your loop:
when gf clicked forever wait [.1] secs next costume endThen, change the wait value up or down to adjust the speed of the animation.
Offline