Tagged Questions

1
vote
3answers
1k views

as3 removeChild issue

I'm loading some swf files at 0 on my stage. They are the pages of my site. To change from page to page I use removeChildAt(0) and then I addChildAt("page_title", 0). The problem is that ...
0
votes
2answers
26 views

Is there an AS 3.0 play and die function?

Is there any function in AS 3.0 that plays a MovieClip and then does removeChild() after it has been played? I don“t want to stop() it i just want to remove the child from stage.
0
votes
2answers
850 views

AS3 remove MC from dynamic path reference with removeChild

I'm not even sure if the title reflects what I want to do. Here's backstory. I have a movieclip with 5 'holder' movieclips in them. They are my containers for dynamically added movieclips. The ...
0
votes
1answer
3k views

The supplied DisplayObject must be a child of the caller

I am a newbie, and I have seached and tried for weeks on this, and I cannot get the grip on this. The simple code below gives the "The supplied DisplayObject must be a child of the caller" error. var ...