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

  1. if(_root.gunheat._xscale == 0)
  2. {
  3.    gotoAndStop("baz");
  4. }
  5. if(_root.gunheat._xscale > 35)
  6. {
  7.    _root.gunheat._xscale -= 35;
  8. }
  9. else
  10. {
  11.    gotoAndStop("baz");
  12. }
  13.