This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-04-02 13:18:10

zdogz
Scratcher
Registered: 2010-11-18
Posts: 34

Mario Game Ideas Needed!

Message is obvious!  lol  I just need a storyline and some power up ideas.

Offline

 

#2 2013-04-12 06:38:32

NamorTheFirst
New Scratcher
Registered: 2013-04-10
Posts: 60

Re: Mario Game Ideas Needed!

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

 

#3 2013-04-21 17:05:45

dantefrizzoli
New Scratcher
Registered: 2013-04-19
Posts: 26

Re: Mario Game Ideas Needed!

Add some stars that make you go faster if you hit them! Is that even possible with Scratch?

Offline

 

#4 2013-04-23 20:43:22

CopperHawk
Scratcher
Registered: 2011-09-23
Posts: 100+

Re: Mario Game Ideas Needed!

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.


Copper Games is...  "ridiculously amazing!" -Nomolos    "Way too fun!"-Liamadams "awesome!" -Wes64       "Amazing!  big_smile " -JJROCKER

Offline

 

#5 2013-04-28 10:33:38

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Mario Game Ideas Needed!

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)) steps
scratchblocks fixed.

Last edited by Liamadams (2013-04-28 10:34:02)


http://i39.tinypic.com/3309476.jpg

Offline

 

#6 2013-04-28 21:11:51

zdogz
Scratcher
Registered: 2010-11-18
Posts: 34

Re: Mario Game Ideas Needed!

Thank you everyone for your ideas. I will  be able to use them well. Credit will be given.

Offline

 

Board footer