home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
bee_war.swf
/
scripts
/
DefineSprite_397
/
frame_4
/
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
|
229 b
|
18 lines
if(i < 5)
{
tellTarget("/qq")
{
play();
}
X = getProperty("/qq", _X) - 30;
setProperty("/h_h" add i, _X, X);
tellTarget("/h_h" add i)
{
play();
}
}
else
{
gotoAndStop(1);
}