/ Published in: ActionScript 3
Expand |
Embed | Plain Text
addEventListener(Event.ADDED_TO_STAGE, init); function init(e:Event):void{ // do something }
You need to login to post a comment.
blainejoubert on 01/21/09
event to listener addeventlistener add stage ADDEDTOSTAGE
addEventListener(Event.ADDED_TO_STAGE, init); function init(e:Event):void{ // do something }
You need to login to post a comment.