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

  1. stop();
  2. var new_loc = _root.do_snap_to_grid(_parent._x,_root.grid_start_x,_parent._y,_root.grid_start_y);
  3. _parent._x = new_loc[0];
  4. _parent._y = new_loc[1];
  5. _root.number_segments = _root.number_segments + 1;
  6.