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

  1. _visible = false;
  2. if(my_type == "use_random")
  3. {
  4.    my_limit = _root.segment_names_array.length;
  5.    access_ID = Math.floor(Math.random() * my_limit);
  6.    my_type = _root.segment_names_array[access_ID];
  7. }
  8. _root.do_attach_track_segment(my_type,_X,_Y);
  9.