by savvy » Sat Oct 02, 2010 7:56 am
i 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
- 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.
--> For my help, i ask for a simple +1 if it helps! ^-^
--> I dont code, I type art which you dont understand.
--> I keep winning the 3D model challenge at college, teacher says: "you keep winning im not giving you prizes".