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

  1. enter_left = new Array("crossing",1,0);
  2. enter_right = new Array("crossing",-1,0);
  3. enter_top = new Array("crossing",0,1);
  4. enter_bottom = new Array("crossing",0,-1);
  5.