View Full Version : DateChooser makes removeMovieClip() impossible
BlueXiphoid
10-16-2005, 11:31 PM
When I add a dateChooser to my stage I can't use the removeMovieClip() function anymore :(
Can someone help me out, I'm really stuck here.
thnx in advance :)
mugafuga
10-22-2005, 02:04 AM
I have found out that depending on how you duplicate a clip will determine how you do other actions with that clip
if you do
dupliacteMovieClip(pathtocliptodup,myduppedclipnam e,lvl)
then if you try on a button somewhere else in your fla
myduppedclip.removeMovieClip(); It wont work
but
removeMovieClip(myduppedclip); will work
and vice versa. So it just depends on how the clip was made or attached or whatever function you used to create it.
This is just something I found out while trying to remove movie clips and was having trouble. There could be other reasons why I always see this problem and correct it. just my two cents on this issue
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.