power up that makes goombas slower. How:
make a sprite called powerup
if touching mario
hide
broadcast slow goombas
goomba:
when I receive slow goomba
repeat<how long you want the powerup to last>
move(original speed)-(how much speed to take away)
Offline
Add some stars that make you go faster if you hit them! Is that even possible with Scratch?
Offline
dantefrizzoli wrote:
Add some stars that make you go faster if you hit them! Is that even possible with Scratch?
Yes it's possible.
Example: (sorry I'm not good with forum scripts)
Change x by (normal speed) + (how much faster you move)
The "how much faster" is at 0 if Mario hasn't collected a star.
Offline
when gf clicked forever if <touching [mario v]?> hide broadcast [slow goombas v]goomba:
when I receive [slow goombas v] repeat <how long you want the powerup to last> move ((original speed) - (how much speed to take away)) stepsscratchblocks fixed.
Last edited by Liamadams (2013-04-28 10:34:02)
Offline