http://scratch.mit.edu/projects/maayax/2692420
Please help. I have a few questions:
- How do I make the speed of the asteroid and the chain chomp gradually faster? (I have two different scripts for them because I do not know which one is better)
- How do I add powerups? - With the star, I want to make it so when the cat touches it, it is like invincible for a 5 seconds or so ffrom the chain chomp and asteroid. With the toad/mushroom, I want to make it so that the movement of the mouse and speed of the cat moves faster.
- I want to initially make the movement of the mouse/cat slower. Thanks
Offline
for the gradually speeding sprites go here
http://wiki.scratch.mit.edu/wiki/Velocity
for the power ups maybe you could make
when sprite1 clicked broadcast [powerup] hide wait [20] secs show
Offline
just add a forever if and when touching cat
Offline
XXtitaniumfangXX wrote:
for the gradually speeding sprites go here
http://wiki.scratch.mit.edu/wiki/Velocity
for the power ups maybe you could makewhen sprite1 clicked broadcast [powerup] hide wait [20] secs show
Offline