home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
flashbox.swf
/
scripts
/
DefineSprite_140
/
frame_8
/
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-09-05
|
271 b
|
9 lines
i = "1";
while("4" >= i)
{
setProperty("Block" add i, _X, getProperty("RedBlock", _width) * eval("x_" add i));
setProperty("Block" add i, _Y, getProperty("RedBlock", _height) * eval("y_" add i));
setProperty("Block" add i, _alpha, "100");
i += "1";
}