home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / taxidriver.swf / scripts / frame_177 / DoAction.as
Encoding:
Text File  |  2007-03-12  |  100 b   |  8 lines

  1. function gotoMap(map)
  2. {
  3.    practice = true;
  4.    nextMap = map;
  5.    gotoAndStop(183);
  6. }
  7. stop();
  8.