home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 February
/
macformat-047.iso
/
Demos
/
Simpsons Cartoon Studio™ Demo
/
Simpdata
/
simpmain
/
00034_play button score script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-09-06
|
255 b
|
15 lines
global paletteVisibleP, gPlayFlag
on mouseDown
if the lastClick > 5 then
exit
end if
hideFieldHiliterSpr(appMgr)
if paletteVisibleP then
hidePalette(paletteMgr)
end if
if not gPlayFlag then
playBtnClick(interfaceMgr)
end if
end