home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / tobby_sucuri.swf / scripts / frame_150 / DoAction.as
Text File  |  2008-11-12  |  190b  |  13 lines

  1. this.setMC._y = this.sy;
  2. this.sy += this.addy;
  3. this.addy *= 0.93;
  4. if(this.addy > 1)
  5. {
  6.    this.gotoAndPlay(_currentframe - 1);
  7. }
  8. else
  9. {
  10.    this.endingMC.play();
  11.    this.stop();
  12. }
  13.