home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / actiondrivinggame.swf / scripts / frame_2 / DoAction_2.as next >
Encoding:
Text File  |  2006-06-13  |  81 b   |  7 lines

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