Question
Event.ADDED_TO_STAGE is running twice...
| public function main() { | <<<< CLASS CONSTRUCTOR | ||
| this.addEventListener(Event.ADDED_TO_STAGE,startapp) | |||
| } | |||
| private function startapp(event:Event):void{ | |||
| trace('start app') <<TRACING TWICE.. | |||
| //instructionscreen() | |||
| closebtn.visible=false | |||
| closebtn.alpha=0 | |||
| controls.alpha=0 | |||
| } |