Downloaded latest build (11072) and when compiling I get the following error:
NO_PHYSICS = Config.physicsMode == SIMPLE_PHYSICS;
stage.addEventListener(FlashEvent.ENTER_FRAME, onUpdate);
stage.addEventListener(FlashEvent.DEACTIVATE, onFocusLost);
stage.addEventListener(FlashEvent.ACTIVATE, onFocus);
#if !flash
stage.addEventListener(FlashEvent.RESIZE, onWindowResize);
stage.window.onRestore.add(onWindowRestore);
stage.window.onMaximize.add(onWindowMaximize);
stage.window.onFullscreen.add(onWindowFullScreen);
if(isFullScreen && !stage.window.fullscreen)
@:privateAccess stage.window.__fullscreen = true;
#end
No errors when compiling with build 11067
NO_PHYSICS = Config.physicsMode == SIMPLE_PHYSICS;
stage.addEventListener(FlashEvent.ENTER_FRAME, onUpdate);
stage.addEventListener(FlashEvent.DEACTIVATE, onFocusLost);
stage.addEventListener(FlashEvent.ACTIVATE, onFocus);
#if !flash
stage.addEventListener(FlashEvent.RESIZE, onWindowResize);
stage.window.onRestore.add(onWindowRestore);
stage.window.onMaximize.add(onWindowMaximize);
stage.window.onFullscreen.add(onWindowFullScreen);
if(isFullScreen && !stage.window.fullscreen)
@:privateAccess stage.window.__fullscreen = true;
#end
No errors when compiling with build 11067