
Welcome Guest
|
#1
|
|||
|
|||
|
removeMovieClip depth
Hello everyone...i'm new to the game,
I'm experiencing some difficulties with the following. I'm duplicating about 2800 pie-clips each at different depths. duplicateMovieClip ("pie", "pie"+k+"_"+j,10000+j); I can't seem to remove these clips with the function below...i keep seeing a few pieces of pie....although they have been removed and/or made invisible (debug mode). Every help and suggestion is greatly appreciated. function clean () { for (k=0; k<8; k++) { for (j=0; j<361; j++) { removeMovieClip ("_level0.node0.pie"+k+"_"+j); removeMovieClip ("_level0.node0.pie"+k+"_0"+j); setProperty ("_level0.node0.pie"+k+"_"+j, _visible, 0); setProperty ("_level0.node0.pie"+k+"_0"+j, _visible, 0); } } } |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Window Component depth issues? | yossarian | Actionscript 2.0 |
1 | 04-05-2006 03:15 PM |
| Dynamically assign depth | chup | Flash MX ActionScript |
1 | 12-06-2004 04:35 AM |
| depth level problem? | z3r0ck | Flash MX ActionScript |
2 | 04-24-2004 10:32 PM |
| removeMovieClip problems | ouoertheo | Flash MX ActionScript |
3 | 04-22-2004 08:40 PM |
| trouble with depth levels | Chadrik | Flash 5 Actionscript |
0 | 05-19-2001 08:43 PM |





