Actor touching another actor
Is it possible that when ACTOR1 touches ACTOR2, something spawns or happen? like for example
actor1: player
actor2: goal floor
actor1 touches actor2, spawns "you win menu.png" and adds a unlock to levels (unlockedlevels+1)
??
thanks in adv
actor1: player
actor2: goal floor
actor1 touches actor2, spawns "you win menu.png" and adds a unlock to levels (unlockedlevels+1)
??
thanks in adv
Comments
just make a rule when actor overlaps or collides with whatever actor you want
then put your behavior in that rule