Difference between revisions of "Event.COMPLETE"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === This event is dispatched when user presses any button on AlertDialog or the dialog is dismissed by any...")
(No difference)

Revision as of 11:21, 23 August 2018

Available since: Gideros 2012.8

Description

This event is dispatched when user presses any button on AlertDialog or the dialog is dismissed by any other reason.

Available since: Gideros 2012.2.1

Description

This event is dispatched when a `MovieClip` object finishes playing (by reaching its final frame or a frame with stop action).

Available since: Gideros 2011.6

Description

This event is dispatched when the sound channel has finished playing.

Available since: Gideros 2012.8

Description

This event is dispatched when user presses any button on TextInputDialog or the dialog is dismissed by any other reason.

Available since: Gideros 2011.6

Description

This event is dispatched when `UrlLoader` has reached the host and loading is complete.