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

  1. cheesecake._rotation += 5;
  2. if(this._y < 0)
  3. {
  4.    this._y += 16;
  5.    prevFrame();
  6.    play();
  7. }
  8. else
  9. {
  10.    this._y = 0;
  11.    suffocation._visible = 1;
  12.    suffocation.size = 800;
  13. }
  14.