home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / jump_dontstop.swf / scripts / DefineSprite_13 / frame_7 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  127 b   |  11 lines

  1. _root.sprite._y += 10;
  2. if(_root.sprite._y > 500)
  3. {
  4.    this._parent.gotoAndStop(36);
  5.    stop();
  6. }
  7. else
  8. {
  9.    play();
  10. }
  11.