LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 


Prev Previous Post   Next Post Next
  #1  
Old 07-11-2001, 11:38 AM
Fabio Fabio is offline
Registered User
 
Join Date: Jan 2002
Location: Florianópolis/Brasil
Posts: 4
Rep Power: 0
Fabio is on a distinguished road
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);
}
}
}
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

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




All times are GMT. The time now is 01:22 PM.