home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
game
/
cat.swf
/
scripts
/
DefineButton2_416
/
BUTTONCONDACTION on(press).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
|
2003-03-01
|
252 b
|
13 lines
on(press){
if(_root.pausem.money < 2000)
{
_root.pausem.yuyan.gotoAndStop(8);
_root.pausem.jingzi.zui.gotoAndStop(9);
}
else
{
_root.pausem.yuyan.gotoAndStop(7);
_root.pausem.jingzi.zui.play();
}
}