This content has been marked as final.
Show 2 replies
-
1. Re: removing movie clip in a frame
As<3 May 3, 2010 11:31 AM (in response to I Love Doing Websites)Try this. You can download the .fla. It may help you. ???
-
2. Re: removing movie clip in a frame
Ned Murphy May 3, 2010 11:33 AM (in response to I Love Doing Websites)Managing things you create dynamically can be tricky business... I don't yet know why.
One way of doing this is to manually plant pContainer as an empty movieclip symbol in frame 7 rather than creating it dynamically.
Another thing to try would be to use the removeChild command before you move away from frame 7. So you might need to have a conditional in your button that tests the currentFrame value and then executes the removeChild command before moving to the destination frame.



