home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 21 (Special)
/
OC021.iso
/
Juegos
/
skatecart.swf
/
scripts
/
frame_323
/
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
|
2005-11-19
|
246 b
|
18 lines
if(eval("/:jump") == "0")
{
tellTarget("/B/bike")
{
gotoAndStop("crash");
play();
}
stop();
}
else
{
tellTarget("/score")
{
gotoAndPlay(2);
set("/:score",eval("/:score") + "100");
}
}