In my Platformer game, Platformer Boy, in the first level, my character always starts out on the bottom of the screen, NOT on the first platform, making you have to jump up onto the first platform. If you touch the bottom of the screen in the game you lose a life and start back at the first platform, therefore the player would lose one life right at the beginning of the level. Could somebody please come up with a solution for my problem? Thank you for your time.
-Mattkrewe
Offline
I saw what you had so far, it looked pretty good. I think I know the answer, but I'm not sure. Could you upload the project so I can try to help? Here's my idea:
when i recive [start] go to x:[platform 1 x] y:[platform 1 y] insert platforming scripts here
Offline
Simple!
Just use this script or a variation of this script: (Whatever suits you)
when gf clicked wait until <not <touching [ground v]?> > forever if <touching [ground v]?> change [lives v] by (-1) end end
Last edited by SOScratch (2012-06-09 21:36:32)
Offline