home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
asitchintime2.swf
/
scripts
/
DefineSprite_104
/
frame_1
/
DoAction.as
< prev
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-09
|
296 b
|
20 lines
stop();
if(value == undefined)
{
switch(cuddle)
{
case 1:
value = 250;
break;
case 2:
value = 500;
break;
case 3:
value = 750;
break;
default:
cuddle = 1;
value = 250;
}
}