home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
railway-line.swf
/
scripts
/
DefineSprite_2
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-29
|
212 b
|
6 lines
stop();
var new_loc = _root.do_snap_to_grid(_parent._x,_root.grid_start_x,_parent._y,_root.grid_start_y);
_parent._x = new_loc[0];
_parent._y = new_loc[1];
_root.number_segments = _root.number_segments + 1;