Aneurin, Mark II
February 17th, 2008, 03:40 PM
ActionScript Code:
function beginGame (Event:MouseEvent):void {
// Add gameplay listeners
addEventListener (Event.ENTER_FRAME, otherFunction);
}
Don't work.
Want Event.ENTER_FRAME run from root.
How make work?
Thank.
function beginGame (Event:MouseEvent):void {
// Add gameplay listeners
addEventListener (Event.ENTER_FRAME, otherFunction);
}
Don't work.
Want Event.ENTER_FRAME run from root.
How make work?
Thank.