EDIT: Posted an swf to show what I need https://dl.dropboxusercontent.com/u/1306951/col_dec.swf
----------------------------------------
This may be a simple questions, I need some clarification though.
How do you test number of instances of one sprite colliding with an instance of another sprite?
First step is understandable
sprite A collide sprite B
=>Add 1 to collisions.[/code:1n5bqsc5]
Second is a bit unclear.
[code:1n5bqsc5]sprite A not overlapping sprite B
Trigger Once
=> Subtract 1 from collisions[/code:1n5bqsc5]
It's not really what I need.
Anyone got a smarter approach?