destroy objects with alterables?
Ok, when theres multiples of an object with an alterbale spread between them, to do somthing individually to that obect with a certain alterbale, you have to check that its alterable first, else the action with do to ALL multiples of the object. BUT im trying to "destroy" all obejcts, and i thought by making just a destroy action without checking a alterbale it would delete them all, but it snot, just 1?
how can i destroy all?
Thanks
Gib
Re: destroy objects with alterables?
Hmm i might of solved this... ill see.
Re: destroy objects with alterables?
if number of Active => 0 Then Destroy.....
Re: destroy objects with alterables?
heh.. so easy somtimes! cheers
Gib
Re: destroy objects with alterables?
hmm nope, still doesnt work, still only deletes the last one created! Its strange, the destroy action is set to happen when a global value = 1! but if i change it to destroy them if the DEL key is pressed it works fine and destroys them all?
Gib
Re: destroy objects with alterables?
heres what ive done and it seems to work.
www.dannyworth.co.uk/deleteexample.mfa
click some actives and in 10secs it deletes the actives with alterable value a = 1 by setting global value to 1...