-
Scrolling Games
I'm trying to create a scrolling game. I choose the Warrior 2 character from the fully animated characters library. Before I added an Active Object for the Warrior to walk on, he would drop through the grass floor. After I added in the active object for the warrior to walk on, when he comes to an obstacle, he will drop, but not off the screen. How do I get the warrior to drop off the screen if it does not jump over the obstacle?
-
Re: Scrolling Games
I'm assuming that you are using the built in platform movement. :(
I don't really understand your question, but i think you could fix this by adding the condition "Flag 0 is off" to all movement events
and
if object overlaps the other object, set flag on
sorry if this is no help, i don't know what you are doing or what you want really