addchild
Flash AS3 - Dispatching Events from Parent Class to Child Class
I think this is a pretty simply problem but I do n开发者_开发问答ot seem to be able to pull it off.Basically I have a parent class A, and a child class B.Class A instantiates class B with addChild.The[详细]
2022-12-29 06:41 分类:问答AS3 - Can't access properties or methods of a MC child that has been added in script
I am still a bit of a beginner at AS3, so bear with me, please. I have created a loop to instantiate tiles on a board.In the following example, \"Gametiles\" is an arr开发者_开发技巧ay containing obj[详细]
2022-12-28 14:41 分类:问答Flex - Play resize effect on parent before adding child to it
I have a panel with a button in it. Clicking on the button will direct the panel to state \"State2\" adding another two buttons into the panel. During the state change, I want the panel to resize firs[详细]
2022-12-27 14:14 分类:问答External resources in Flash
Hey all. I\'m working on an application that was originally intended for HTML, but I\'ve recently concluded that the best thing to do for my purposes is to do it in Flash instead.[详细]
2022-12-24 20:46 分类:问答Adobe Flash Builder (flex4): addChild() is not available in this class.
I want to load an swf into a flex 4 application in order to use its classes. 开发者_如何学运维var ldr:Loader=new Loader();[详细]
2022-12-15 15:13 分类:问答Using the Loader display object to load X jpegs, then resize each of the images differently while they're on the stage
Hey there, I was wondering if this is possible to do I am able to load the image in and have it displayed easily enough by using addChild(myLoader); where myLoader is in the classWide private scope.[详细]
2022-12-13 04:27 分类:问答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[详细]
2022-12-10 17:00 分类:问答