Difference between revisions of "Event.ADDED TO STAGE"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched when object is added to the stage hierarchy")
 
(removed language stuff)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Value:''' addedToStage<br/>
 +
'''Defined by:''' [[Sprite]]<br/>
 +
 
=== Description ===
 
=== Description ===
This event is dispatched when object is added to the stage hierarchy
+
This event is dispatched when an object is added to the stage hierarchy.
 +
 
 +
{{Sprite}}

Latest revision as of 02:49, 15 June 2021

Available since: Gideros 2011.6
Value: addedToStage
Defined by: Sprite

Description

This event is dispatched when an object is added to the stage hierarchy.