Pages: 1
Topic closed
Hey, I'm working on my biggist Scratch game yet, and i want the little dude to go up to a bouncy ball, and then it start bouncing. But only for a little bit! I want the ball to bounce about 10 times, but it either bounces forever, or not at all! Help?
Offline
<when green flag clicked>
<wait until><touching[ little dude
<repeat( 10
<glide( .5 )secs to x 0 )y 50
<glide( .5 )secs to x 0 )y 0
<end>
Offline
Topic closed
Pages: 1