Tagged Questions
2
votes
1answer
58 views
[AS3]Using arrays to delete a specific child
I am creating a game in which bubbles with simple math equations are falling from the top of the screen, and you have to enter in the answer to make the specific bubble disappear. The only problem is ...
2
votes
4answers
302 views
can't remove all images of a sprite-container
I've got a stack of images.
Those images are all added to a sprite container:
var container:Sprite = new Sprite();
container.addChild(img);//added in a loop
addChild(container);
Later, when I ...
2
votes
3answers
940 views
Removing Parent in AS3: Does this free the memory used by all the children?
I'm making a rather large flash project and so I'm concerned about memory usage. At the end of each section of the application I remove the overarching parent element that holds the content. Although ...
2
votes
5answers
850 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
91 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
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
25 views
The supplied DisplayObject must be a child of the caller
I've a container called mc, inside of him I generate a grid of movieclips in order to make a wall of options. When I select one of this option, this message appears: Error #2025: The supplied ...
0
votes
5answers
59 views
Can't remove child from the stage - if(stage.contains(child1)){removeChild(child1);} doesn't work
It may sound stupid, but how can I remove a definite child from the stage?
e.g.
function giveMeResult(e:MouseEvent):void
{
if(stage.contains(result))
{removeChild(result);}
...
0
votes
1answer
57 views
elastic string script makes flash crash
I'm in over my head in this AS3 project.
I'm no expert in actionscript and certainly not in AS3 but I managed to create (with help from this: ...
0
votes
2answers
30 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
92 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
2answers
92 views
AS3 Removechild Addchild issue/error
I have been looking for an answer for hours:
My program:
Step I) When I click on a button, it displays a bitmap through addchild;
Step II) When I click on another button, it should remove the bitmap ...
0
votes
1answer
118 views
AS3 RemoveChild. Bullet and Enemy?
I having some problem with bullet and enemy. I don't think i need to explain so much, just take a look at the code. Im not very good at AS3, im new and learning so I need help :P
Ok, this is on the ...
0
votes
1answer
54 views
AS3 - Removing a button and re adding it
Sounds like a strange question I know.
removeChild();
addChild();
the problem occurs when I remove the button, the button has been exported for actionscript, when I remove the button to change the ...
0
votes
0answers
46 views
Unloading SWF file AS3
I need to load a SWF file to my main movie and unload it on frame 2. I was able to add the SWF file but I am having trouble removing it on frame 2. Ill appreciate if anyone could help me out on this ...
0
votes
2answers
42 views
Dynamically removing movieclips
First time poster, long time reader.
I've been having a problem with figuring this out. I've been stuck in my game for 4 hours now, googling and trying to figure out how to do it.
I have a game where ...
0
votes
4answers
53 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
4answers
471 views
AS3 stage.addChild / stage.removeChild << Must be child of caller
If im usin function to add a mc to the stage like so:
var myChild:MC= new MC();
function somefunc()
{
stage.addChild(myMC)
}
but when I try to remove the mc by:
stage.removeChild(myMC)
I get ...
0
votes
2answers
147 views
Flash removeChild after few seconds
I'm new on Flash, i don't know if it possible, but i'm adding a random movieclip to the stage, using addChild, and i need to remove them after 10 seconds...how can i do this using removeChild?
...
0
votes
2answers
86 views
Noob AS3 question regarding using event handlers to remove MovieClip object from stage
I'm an AS3 noob just trying to get more comfortable working with event handlers in Flash and build interactivity into my application.
In the code below, I have created an instance of the ...
0
votes
1answer
199 views
as3 removeChild error
here are my classes
Main - creates preloader
Preloader - createas Website
Website - creates MainMenu
when a button in the main menu is clicked, it creates an object. And when another one is clicked, ...
0
votes
2answers
123 views
AS3 - Error - The supplied DisplayObject must be a child
I'm using the following code to display an advertisement in a flash game. It works great except for one small issue. If the startButton function gets called before the ad is displayed I get an error ...
0
votes
1answer
178 views
AS3 - Remove Child Problem
I'm using the following code to display an advertisement in a mobile game that I'm working on. It works fine but I don't know what to put in the clickStart function to remove the advertisement from ...
0
votes
2answers
148 views
Chess board interface. Cannot remove child. Any suggestions?
Hello
I am in the process of creating a chess board where you can move the pieces. Currently i am working on the rook and the coding is below. I know it is not elegant and probably the most ...
0
votes
3answers
296 views
Removing an event listener as well as a sprite at the same time AS3
I’m having trouble removing the an event listener as well as the sprite at the same time. I currently get an error:
TypeError: Error #1009: Cannot access
a property or method of a null object
...
0
votes
1answer
82 views
Why isn't the child removed from the frame?
I'm trying to remove a movieclip with removeChild() function. My code is below, but it doesn't work.
addEventListener(Event.ENTER_FRAME, lemons_collide);
function lemons_collide(ev : Event) : void
{
...
0
votes
1answer
380 views
Sprites are visible after removeChild is called
I have a container with children that needs to be replaced by other periodically. Those children are sprites and they have one weak referenced event listeners for MOUSE_DOWN event. When I call ...
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
422 views
Actionscript 3 remove child at point
hi i'm new to AS3 and i was wondering what is the best way to remove a child at a point.
i tried
Holder.removeChild(Holder.getObjectsUnderPoint(new Point(exampleX, exampleY))[0]);
however that ...
0
votes
2answers
876 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
348 views
AS3 Do I need remove childs, if I remove the parent itseft?
In flash AS3 Do I need remove childs, if I remove the parent itseft?
If I remove childs first, then remove the parent object afterall
OR
If I just remove parent object
Will flash take same memory?
0
votes
2answers
1k views
ActionScript 3.0 Argument Error:2025 (Remove Child Problem)
I am encountering the following error message whenever I compile my project in Adobe Flash CS4:
ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
at ...
0
votes
2answers
247 views
Help on Removal of Dynamically Created sprites
import flash.display.Sprite;
import flash.net.URLLoader;
var index:int = 0;
var constY = 291;
var constW = 2;
var constH = 40;
hydrogenBtn.label = "Hydrogen";
heliumBtn.label = "Helium"; ...
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 ...
0
votes
2answers
887 views
Got error #1006 removeChild is not a function. Timer Delay removeChild
I'm trying to build a conditional statement that will addChild and removeChild at different Timer Delays. Before I go any further, I thought, I should mention that I'm usinig TweenMax to ease the ...
0
votes
2answers
5k views
ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller error - AS
I have this code snippet inside a function that checks if an object exists on stage and removes it:
public function closeContent(e:MouseEvent):void {
removeChild(txt);
...
0
votes
1answer
268 views
Removing multiple object from array
I place the MC in an array and would like to remove it later on from an index maybe till the end.
//Removeing MC from stage, from an index till the end
LISTmc.removeChild(listArray[clickedIndex+1]);
...