HELP: the platform thru jump
 Posted: Sat Oct 02, 2010 7:56 am
Posted: Sat Oct 02, 2010 7:56 ami have noticed a lot of you want to know how to make a platform which you can jump through, and onto...
this is the simplest way to do it:
collision with top side of platform -> script editor
hope it helps
PS: i advise setting the platforms zdepth to behind the players, to make it look better.
			this is the simplest way to do it:
collision with top side of platform -> script editor
- Code: Select all
- if(yvelocity>=0)
 {
 physicalresponsething;
 }
hope it helps

PS: i advise setting the platforms zdepth to behind the players, to make it look better.