home *** CD-ROM | disk | FTP | other *** search
- function StartDebugGame()
- {
- gotoAndPlay(10);
- }
- function forceExternalBreak()
- {
- b = 2;
- }
- function onLoadDone()
- {
- }
- function onStart()
- {
- Flash.setTimeout(function(o)
- {
- _root.startNewGame();
- }
- ,0,_root);
- gotoAndStop("game");
- }
- localEnv = this == _level0 && _url.indexOf("file:///") != -1;
- if(this == _level0)
- {
- Flash.setTimeout(function(o)
- {
- _root.startNewGame();
- }
- ,0,_root);
- gotoAndStop("game");
- }
- else
- {
- stop();
- }
- stop();
-