home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
game
/
juji.swf
/
scripts
/
DefineSprite_64
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-03-01
|
152 b
|
11 lines
if(currenty < targety)
{
nexty = currenty + 2;
}
else
{
nexty = currenty - 2;
}
setProperty("_root.helibigMC", _Y, nexty);
steps2 += 1;