I recentley got back to coding a couple days ago and I a remaking one of my old games. But my friend awhile back had a game(side scroller) that when you jumped over a certain thing you would land on it. I was trying to think of a way to do this but it is confusing me.. I was thinking of using the Enter() proc to do it but it did not work.... EX:
turf
Stages
Hyrule
Platform
name=""
icon='Tiles Hyrule.dmi'
icon_state = "PFZ"
density = 1
Enter()
if(usr.doing=="jump")
src.density=0
Edit: If anyone has any idea how to do this I would be honored if you could give me a tutorial to do it, or give me a an idea how, thanks :)
- GhostAnime