Tagged Questions
0
votes
1answer
30 views
actionscript 3: added vector drawings as children, drawings won't display
I'm a bit new to actionscript, so please, bear with me. I'm trying to draw vectors as Sprites and add them as children under the parent 'container'. When I list the names of the children under ...
0
votes
1answer
59 views
MovieClip did not play animation when using addChild()
i am trying to make a simple flash game.
And I've been searching about this problem but I can't found any questions/answers that helped me, so here it is:
I am trying to use addChild() to generate ...
2
votes
3answers
59 views
ActionScripting Issue: adding/removing children
I have three movie clips all linked to the stage and I want them to behave like a button/ But I am not using a button because I have not found a way to have each part (up, over, down, hit) be animated ...
0
votes
1answer
88 views
Flash - using multiple event handlers?
so I'm working on a game which uses multiple .as files - and I'm trying to program the game however it keeps kicking back the following error when it reaches line 21 in theGame.as - the error is...
...
0
votes
1answer
99 views
Using addChild - Flash?
So I'm messing around and have decided that I'm going to add a main menu to a game that I've been working on in flash. So I've got my background and I've decided that I want to add a ball into the ...
1
vote
3answers
209 views
ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller. AS3
i'm trying to make a space invaders type game with bullets shooting and ships crashing into one another using the hitTestObject function but i can't get the removeChild(); function to work without the ...
0
votes
2answers
380 views
Actionscript 3.0 adding and removing children
So basically I've got a MovieClip called Jug and when the egg is clicked and dragged to the Jug I want it to disappear and then re-add itself in the place it first started. Aswell as this I want a ...
0
votes
2answers
525 views
AS3 addChild with TextFields only showing the last one added
I'm building a Facebook client in actionscript, and I'm running into a problem. I have this block of code:
var loader:URLLoader = URLLoader(event.target);
var feedResponse:String = ...
0
votes
1answer
426 views
Flex Actionscript project swf is not working after export the release build
I tried to built a project with AS3 only in Flex. When I run the project in flex, everything looks fine, but when I export the release build, the images that are supposed to be added are gone. I ...
0
votes
5answers
24k views
Actionscript 3, addChild from library then access it's children by instance names
So I successfully added a movie clip from the library using addChild(), but now I want to access some movieclips that were in that dynamically added movieclip.
I've used standard dot notation and ...