Pages: 1
Topic closed
I can't figure out how to make a sprite sit on top of something in the backround. But i still want to be able to move it off of it. Like an rpg with a side view; if there is a ledge, i want to jump on top of it without falling through it.
Offline
If the ledge is a single colour you could try the Sensing instruction for Touching Color with some form of If test
If Touching Color
- Do some stuff on the ledge
Else
- Only allow upwards movement
Otherwise you could use the Y coordinate to limit the movement.
Offline
<move(Why don'y you make a commercial of scratch? )steps>
Offline
Check the "jetpack girl" demo that comes with sprite for the basics of standing on a platform.
Offline
Topic closed
Pages: 1