Hi everyone, TheHiddenPost here and i need some help with scratch. How would you make a platformer game with sensing? I can make the movement but the sensing is hard. Can i have some help?
Offline
If you're having a terrain sprite, you could use the <touching [sprite]?> block maybe? You can also try the <touching color [ ]?> block if it's appropriate.
Offline
Ground sensing? The easiest way to do that is with a
script.
You have to set the touching colour boolean to your ground colour.
This script basically changes the sprites y position by whether or not your sprite is touching the ground.
Offline
TheHiddenPost wrote:
Hi everyone, TheHiddenPost here and i need some help with scratch. How would you make a platformer game with sensing? I can make the movement but the sensing is hard. Can i have some help?
HAHAHA! Decoded!
Last edited by KyleK7 (2011-09-25 20:58:17)
Offline