home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / PrettyBang.swf / scripts / DefineSprite_93 / frame_39 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  138 b   |  12 lines

  1. this._rotation += 2;
  2. if(this._y < 0)
  3. {
  4.    this._y += 16;
  5.    prevFrame();
  6.    play();
  7. }
  8. else if(this._y > 0)
  9. {
  10.    this._y = 0;
  11. }
  12.