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

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