home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
bee_war.swf
/
scripts
/
DefineSprite_441
/
frame_42
/
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
|
2002-02-08
|
281 b
|
14 lines
qq_x = getProperty("/qq", _X);
qq_width = getProperty("/qq", _width) / 2;
if(qq_x - qq_width < my_x and my_x < qq_x + qq_width)
{
if(eval("/:hit") == 1)
{
tellTarget("/qq_time")
{
gotoAndStop("qq_end");
}
gotoAndStop(44);
}
}