PDA

View Full Version : I need a way to know that the frame for my game actions has completely loaded!



jorgedbucaran
September 25th, 2007, 09:17 PM
function startButton_click(e:MouseEvent) {
play();
addEventListener(Event.ENTER_FRAME, run);
}

How can I start the EnterFrame event and detect keyspress events.