home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / bubble_tanks_2.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2008-09-02  |  153 b   |  11 lines

  1. function StartGame()
  2. {
  3.    gotoAndStop(15);
  4. }
  5. function StartBlur()
  6. {
  7. }
  8. stop();
  9. _global.arena = new Bubblefield();
  10. _global.tempEnemyDepth = 600;
  11.