home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / railway-line.swf / scripts / frame_75 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  325 b   |  10 lines

  1. stop();
  2. var paused = 0;
  3. _root.num_cars_this_level = num_cars_array[current_map_num - 1];
  4. _root.start_train_delay = start_delays_array[current_map_num - 1];
  5. _root.train_car_length = 34;
  6. _root.you_win = false;
  7. _root.train_crash_timer_running = false;
  8. active_segments_array = new Array();
  9. _root.game_loop.start(0,999);
  10.