home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / bobsleddin.swf / scripts / frame_5 / DoAction.as
Encoding:
Text File  |  2007-09-28  |  508 b   |  36 lines

  1. function StartDebugGame()
  2. {
  3.    gotoAndPlay(10);
  4. }
  5. function forceExternalBreak()
  6. {
  7.    b = 2;
  8. }
  9. function onLoadDone()
  10. {
  11. }
  12. function onStart()
  13. {
  14.    Flash.setTimeout(function(o)
  15.    {
  16.       _root.startNewGame();
  17.    }
  18.    ,0,_root);
  19.    gotoAndStop("game");
  20. }
  21. localEnv = this == _level0 && _url.indexOf("file:///") != -1;
  22. if(this == _level0)
  23. {
  24.    Flash.setTimeout(function(o)
  25.    {
  26.       _root.startNewGame();
  27.    }
  28.    ,0,_root);
  29.    gotoAndStop("game");
  30. }
  31. else
  32. {
  33.    stop();
  34. }
  35. stop();
  36.