Page 1 of 1

platform

PostPosted: Tue Dec 28, 2010 12:47 am
by miguelpc
i want to know how add floor on game

Re: platform

PostPosted: Tue Dec 28, 2010 12:59 am
by skydereign
Have you looked at the demo geds? Also there are plenty of tutorials on the forums, and located here.
http://game-editor.com/Tutorials

To add a floor, you need to create an actor, and give it an animation. Easiest way to create levels is by making this actor a tile actor. After that you need the player to have a collision event with the floor, and use PhysicalResponse. I'd suggest going through the demos as they teach you these basics.