Repeating action seperately for each object
Here's what i'm trying to do.
Upon character colliding with an object, set one of that object's flag on
If that flag is on, destroy the object, and add 1 to a counter
(There are more actions than this but these are the ones in question)
However, suppose collision with two objects happens at the same time, how do I make it so that it will add one to the counter for each of these objects?
Re: Repeating action seperately for each object
You need to add an extra condition:
Pick object at random
+internal flag 0 is on:
Destroy
Add 1 to counter.
I'll put an example in the File Archive for you.
Re: Repeating action seperately for each object
Already tried that, it didn't work. (Or is that fixed in 244? I finally updated ^^)
Re: Repeating action seperately for each object
Look at the example I did for you :) It works. Try removing the Pick condition - it no longer works.
http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=47727&page=1#Po st47727