home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 5
/
ONCE005.iso
/
Jogos
/
1516.swf
/
scripts
/
DefineSprite_263
/
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
|
2006-05-02
|
249 b
|
10 lines
if(getProperty("/m1", _Y) >= _Y - "40" and _Y + "40" >= getProperty("/m1", _Y) and _X >= getProperty("/m1", _X))
{
tellTarget("..")
{
gotoAndStop("R1");
}
setProperty("/m1", _X, "450");
setProperty("/m1", _Y, "280");
}