Events > Collisions


Read our Collisions article for an explanation of these events.


This Actor collides with ...

Something Else

when this actor hits something else

Triggers when this actor collides with any other actor.


Any Actor collides with ...

Specific Actor

when actor hits actor

Triggers when the specified actor collides with any other actor. For example, you could use this to detect a switch being pressed.


Actor of Type

when actor hits a actortype

Triggers when an actor of the specified Actor Type collides with any other actor.


Actor of Group

when actor hits an actor of actorgroup

Triggers when an actor of the specified Actor Group collides with any other actor.


Collisions Between ...

Type and Type

when a actortype hits a actortype

Triggers when actors of the specified Actor Types collide. 1st actor corresponds to the actor in the first blank. 2nd actor corresponds to the actor in the second blank. Like the following...

example


Group and Group

when an actor of actorgroup hits an actor of actorgroup

Triggers when actors of the specified Actor Groups collide. 1st actor corresponds to the actor in the first blank. 2nd actor corresponds to the actor in the second blank.