Hello there ,
I'm looking for someway to trigger a list of actions (for that instance) each time a condition applies to that instance but only once
Here's what I got ...
I have a Block Object , and a (imaginary) grid where the block snaps ... and each time an instance snaps ( I have the snapping condition , I need to trigger some events for that instance( once )
So , Bigger explanation
I need to trigger some actions (for that instance) once each time an instance meets a condition , taking note that I already have that condition
<img src="https://dl.dropboxusercontent.com/u/89532891/Everything/Images/Example.png" border="0" />
Distance_to_snap = 0.3
unfortunately , it only works when all instances move and snap
So Briefly,
When an instance snaps , I need to pick it and trigger some events (ONCE) for that instance , what conditions could do the trick ?
Cheers !