home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / grizzly_tank.swf / scripts / frame_39 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  120 b   |  10 lines

  1. fnInitLevel();
  2. stop();
  3. fire_btn.onPress = function()
  4. {
  5.    if(gGameOn == true)
  6.    {
  7.       gTank.fire();
  8.    }
  9. };
  10.