| 05-20-2003, 10:30 PM | #1 |
I was wondering if there was a way to destroy all special effect or certain ones. A lot of them last until they are destroyed and the only way I can find to remove them is "remove last created special effect" but if another is created within that time i have multiple effects on my screen that will never go away. So is there any way to remove effects other then last created? |
| 05-20-2003, 11:33 PM | #2 |
just after you create an effect call Set Sfx = (Last Created Special Effect) then whenever you need to destroy that effect just call SpecialEffect-Destroy( Sfx ) (Sfx is a special effect variable) |
