home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2001 October
/
macformat-108.iso
/
Tutorials
/
Flash game tutorial
/
spot the difference final.swf
/
scripts
/
DefineButton2_67
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-08-01
|
75 b
|
7 lines
on(release){
if(0 < Number(score))
{
score -= 10;
}
}