Is there a way to make a sprite stand on lines without it floating up to the top of the line when it is touched from the bottom or sides? 'Cause I have a platform game where you collect Scratch blocks, and if you touch the Stop All block, then you lose. And I want my sprite to not float up to the top of the lines when it touches the sides or bottom of it. So... is there a way to do that? (The reason I'm asking is 'cause you can't jump over the Stop All blocks, or else the jump height would be so high that almost every time you jumped, you'd float to the top of a line. )
Offline
You can put a dot on top of a sprite that follows the sprite everywhere and if that dot touches a line then it stops the sprite from traveling up the line.
Offline