home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
bechpack
/
bechpack.exe
/
scripts
/
DefineSprite_559
/
frame_2
/
DoAction_2.as
next >
Wrap
Text File
|
2002-10-29
|
331b
|
16 lines
setProperty("road", _Y, getProperty("road", _Y) + 15);
c = getProperty("road", _Y) + 1103;
if(2803 < c)
{
stop();
if(eval("/:cp") == 0 and eval("/:damage") < 100)
{
set("/:win","You Win!");
tellTarget("_root.t")
{
stop();
}
}
}
set("/:cp",int(Math.abs(c / 28.1 - 100)));