Say I want to search through all my objects and find which one has an alterable string A of "object" then create one of this object, how would I do it?
DaVince This fool just HAD to have a custom rating
Registered 04/09/2004
Points 7998
5th April, 2007 at 04:10:41 -
Spread a value through the object to make all instances of this object unique, then loop through them looking for the string "object" in their alterable string.
DaVince This fool just HAD to have a custom rating
Registered 04/09/2004
Points 7998
5th April, 2007 at 04:25:10 -
Then it'd become more difficult. You'd have to create events for all of these objects to check through them, and use a loop to make sure it's still a bit quick (like if loop = 4: spread a value and loop through instances of this kind of object).