HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Question.

09-21-2003, 03:19 PM#1
Nok-tai
I dont know if this is precisely the best forum to ask this in but is it possible to destroy ALL sfx attachments instead of just the last created?
09-21-2003, 04:03 PM#2
cideh
I think you need to add them to an array, and have an integer variable incremented by one every time you add a SpecialFX, then do a for loop (1 to integer_variable) and destroy that variable in the array.
09-21-2003, 04:11 PM#3
Draco
If you assign each of the sfx you create to variables when they are created, you can remove them that way.
09-21-2003, 04:15 PM#4
Nok-tai
Well i havent the fogiest idea what that means but atleast i know its possible thanks guys