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?
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
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 {
Is it possible to convert facebook data (ex. user_pic) i开发者_运维技巧nto a DisplayObject so I can be easier to manipulate?
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.
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
What\'s happening in this simple piece of AS3 code? Why does my object change from TextField to the more generic DisplayObject?
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
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