home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
DomonicDefence4.swf
/
scripts
/
DefineButton2_1520
/
BUTTONCONDACTION on(release).as
next >
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-09-27
|
333 b
|
17 lines
on(release){
if(_root.money >= 20000 && _root.autoSaveOn != true)
{
_root.money -= 20000;
messyHah._visible = true;
_root.autoSaveOn = true;
}
else if(_root.autoSaveOn == true)
{
messo = "You already have auto-save!";
}
else
{
messo = "Not Enough Money!";
}
}