Hi guys,
I'm finding myself stuck. I basically have a load of two types of object. Each of these objects have a variable called NUMBER. Object type1 has a pair object type2, where both have the NUMBER variable set to the same thing.
Lets say when object type1 collides with an obstacle I want to set the matching pair object type 2 invisible.
i.e.
On [object type1] collides with [obstacle]
Pick [object type2] if [type2.NUMBER] = [type1.NUMBER]
Set [object type2] invisible
How would I do this? It's driving me crazy!