home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / actiondrivinggame.swf / scripts / frame_10 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  66 b   |  6 lines

  1. stop();
  2. this.onMouseUp = function()
  3. {
  4.    gotoAndPlay(20);
  5. };
  6.