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

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