home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
paintnazorin.swf
/
scripts
/
DefineSprite_112
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
220 b
|
18 lines
_parent.tb._width = 350 - y * 1.388;
d[y] = "";
x = 20;
while(x < 372)
{
if(e.hitTest(x,y + 64,true))
{
t++;
d[y] += "1";
}
else
{
d[y] += "0";
}
x += l;
}
play();