Page 1 of 1

Problem With Gravity

PostPosted: Mon Nov 05, 2007 9:52 pm
by Super Pieman
I know how to make gravtiy and have a collision event so you don't fall through the ground, but I recently discovered that my character (mario) was falling through the ground because he is set to not receive events when out of vision. I still want him to not receive events when out of vision, but I don't want him to fall through. Is there a way to do this?

Re: Problem With Gravity

PostPosted: Tue Nov 06, 2007 2:32 am
by makslane
If the actor don't receive event when out of vision, the collision event will be sent only when the actor is in the view.
If you need receive collision events if the actor is out of the view, you need turn on the 'Receive event if out of vision' option.

Re: Problem With Gravity

PostPosted: Tue Nov 06, 2007 10:58 am
by Super Pieman
It's OK. I have changed it so that the title screen is in a different file than the actual game. Thanks anyway.