displayobject
Limit display object's drag coordinates in AS3
how can i reference a display object\'s coordinates according to it\'s parent object or stage from within the class that creates the object?[详细]
2022-12-25 18:36 分类:问答AS3: Point for display object x, y?
Right now I have a point that I have to update with the x and y of a display object to use with the hitTestPoint object; is there any way I can get a point from a display object without havin开发者_Go[详细]
2022-12-25 11:34 分类:问答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 {[详细]
2022-12-23 23:02 分类:问答Facebook data to DisplayObject in AS3
Is it possible to convert facebook data (ex. user_pic) i开发者_运维技巧nto a DisplayObject so I can be easier to manipulate?[详细]
2022-12-21 21:11 分类:问答Draw text on shape in ActionScript 3
Is there any way to draw text in a DisplayObject or Shape using only ActionScript? The only way I can find on the web is by creating a TextField, but I can\'t add a TF to a DisplayObject or Shape.[详细]
2022-12-21 13:38 分类:问答as3 mouseEnabled still a problem for me
A couple years in now, there\'s still something about mouseEnabled I\'m not getting. I have a Sprite (for example here \"Sky\", that contains many objects, one of them is a Cloud, which I do not want[详细]
2022-12-19 18:59 分类:问答AS3: Why does datatype automatically change from TextField to DisplayObject on its own?
What\'s happening in this simple piece of AS3 code? Why does my object change from TextField to the more generic DisplayObject?[详细]
2022-12-18 18:04 分类:问答Deleting DisplayObject Instances in Adobe AIR
I just have a query on deleting displayobject instance. Let me elaborate on this: I had created a custom component called ‘PanelItem’ (which basically contains a Text Area and a close button in a P[详细]
2022-12-16 12:09 分类:问答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 分类:问答