Tagged Questions

2
votes
5answers
833 views

Getting error when using the removeChild method

Happy Pre-Halloween everyone :) My issue today is a DisplayObject error I'm getting when remove a child object. I have code that will launch(addChild) a video container and video controls as well as ...
1
vote
1answer
83 views

Actionscript3.0 addChild removeChild XML

I dont know if for my problem addChild and removeChild method is what i exactly need but as i read around the web that's the technique i need to work with. This is my Xml file: <projects> ...
1
vote
2answers
540 views

Error using removeChild (AS3)

I am creating a pacman-style game. I am trying to remove an instance of a MovieClip using removeChild(). When the MovieClip instance "box" hits the MovieClip instance "circle" --circle will be removed ...
1
vote
1answer
338 views

Actionscript strange coords after removeChild is called

Can anyone help me make sense of the following? I create a few squared sprites and then remove the first one and display the coords. The result is: (x=0, y=0, w=208, h=40) 0 208 (x=42, y=0, ...
0
votes
2answers
28 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
50 views

Flash AS3: ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.

I'm trying to create a slideshow style presentation, where each slide/page is a movieclip and they transition via a sliding animation. The problem I have is that I don't want all the movieclips on ...
0
votes
4answers
41 views

removeChild so I can load new FLV_Player

I am making a flv player with playlist that has and English and Spanish section. The English is the default section and that works very well but when I click "Spanish" button I am trying to remove all ...
0
votes
2answers
2k views

Flash AS3 - removeChild() used to completely delete object?

I'm creating an asteroids game and in my main class I'm having some trouble handling the bullets that the ship fires. All of the bullets are of the "Bullet" class and are stored in an array called ...
0
votes
2answers
344 views

Flash Application Slows Down [removeChild]

I have a problem with my flash application because after a while that it is running, it eventually starts to slow down. My application involves something that needs to be replicated with the ...