im trying to have some actions take place while 2 objects are colliding. otherwise, some other actions will happen.
so:
on collision between obj1 and obj2: actions*
else: actions*
but what happens is the actions under the collision event only happen for a single frame, and then the else actions take place...even though the objects are still colliding. im guessing this is because the even says "on collison"; the moment it happens. this isn't very useful though. what else can i use?