home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
Titans
/
raven.swf
/
scripts
/
DefineSprite_191
/
frame_5
/
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
|
2006-01-05
|
209 b
|
14 lines
oldx = _parent._x;
slow = 10;
onenterframe = function()
{
dx = _parent._x - oldx;
if(math.abs(dx) < slow)
{
delete onenterframe;
play();
}
oldx = _parent._x;
};
stop();