Difference between revisions of "Event.PRE SOLVE"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is usually dispatched after `Event.BEGIN_CONTACT` and can be dispatched multiple times on e...")
(No difference)

Revision as of 11:04, 23 August 2018

Available since: Gideros 2011.6

Description

This event is usually dispatched after `Event.BEGIN_CONTACT` and can be dispatched multiple times on each reaction between objects. Usually in this event you can cancel or modify collisions in other ways using `event.contact` object.