The Daily Click ::. Forums ::. Klik Coding Help ::. Mario Style Mushroom Movement
 

Post Reply  Post Oekaki 
 

Posted By Message

Hapi-San



Registered
  01/05/2004
Points
  3
18th May, 2004 at 14:46:03 -

I've been attempting to create a custom movement similar to the Mushrooms in Super Mario Bros, and this has all worked out fine. However, if I add more than one mushroom object on screen at the same time, everything messes up. (If I remember correctly, the first NES game only allowed one Mushroom on screen anyway, but not the games after!)

I've posted the file on the ClickTeam forums, but am posting here too in hope of a responce.

http://www.clickteam.com/CTforum/showflat.php3?Cat=&Board=upload&Number=238038&page=0&view=collapsed&sb=5&o=&part= is where the file is at.

I thank those in advance who can help.

Image Edited by the Author.

 
n/a

Arf :: FPP Games



Registered
  15/05/2002
Points
  1364
18th May, 2004 at 17:19:06 -

The problem is that you're using fast loops. In order for them to work with multiply copies of the same object you need to have some kind of nested loop system where each loop is run for each object individually. I don't have time at the moment, but later I might try and see if I can fix it.

 
n/a
   

Post Reply



 



Advertisement

Worth A Click