home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / pandawars.swf / scripts / DefineSprite_144 / frame_2 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  101 b   |  9 lines

  1. if(_root.gunheat._xscale > 8)
  2. {
  3.    _root.gunheat._xscale -= 8;
  4. }
  5. else
  6. {
  7.    gotoAndStop(1);
  8. }
  9.