home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
miffyrecipe.swf
/
scripts
/
DefineSprite_282
/
frame_1
/
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
|
2007-09-27
|
114 b
|
10 lines
function minus_one()
{
if(0 < got_fruit)
{
nextFrame();
got_fruit -= 1;
}
}
stop();