home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 5
/
ONCE005.iso
/
Jogos
/
1516.swf
/
scripts
/
DefineSprite_390
/
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
|
250 b
|
10 lines
if(getProperty("/m1", _X) >= _X - "30" and _X + "30" >= getProperty("/m1", _X) and _Y >= getProperty("/m1", _Y))
{
tellTarget("..")
{
gotoAndStop("R14");
}
setProperty("/m1", _X, "200");
setProperty("/m1", _Y, "340");
}