Page 1 of 1

what does collision finish mean

PostPosted: Mon Nov 03, 2008 11:31 am
by jman
the collision finish event, what does it mean :?

Re: what does collision finish mean

PostPosted: Mon Nov 03, 2008 1:54 pm
by asmodeus
Collision is: Each frame, when the collision is true
Collision Finish is: The collision was one frame before, but isn't any longer now

Do you understand?

Re: what does collision finish mean

PostPosted: Tue Nov 04, 2008 10:22 am
by Kalladdolf
short: when an actor stops colliding with another one.

Re: what does collision finish mean

PostPosted: Tue Nov 04, 2008 11:32 am
by jman
thank you! thank you! thank you!! :D :D :D :D

Re: what does collision finish mean

PostPosted: Tue Nov 04, 2008 2:36 pm
by supa-tails
a good example of this would be if you had a collision with the ground and you had an animation event to change your animation, so a collision finnish you would put a change animation event to change your animatino back to normal. It is the same concept as the key down and key up events.