home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / PrettyBang.swf / scripts / DefineSprite_124 / frame_6 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  172 b   |  13 lines

  1. if(this._alpha < 50)
  2. {
  3.    this._alpha += 5;
  4. }
  5. this._xscale -= 10;
  6. this._yscale -= 10;
  7. this._rotation -= 10;
  8. if(this._xscale > 0)
  9. {
  10.    prevFrame();
  11.    play();
  12. }
  13.