home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
game
/
cat.swf
/
scripts
/
DefineButton2_408
/
BUTTONCONDACTION on(release).as
< prev
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
|
2003-03-01
|
236 b
|
10 lines
on(release){
if(_root.pausem.money >= 800)
{
_root.pausem.money -= 800;
_root.yuanzhu = _root.yuanzhu + 1;
_root.pausem.yuanzhuy = _root.pausem.yuanzhuy + 1;
_root.pausem.jingzi.zui.play();
}
}