home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 19
/
MacAddict_019_1998_03.iso
/
Media
/
Config.dxr
/
00019_BrowserButton.ls
< 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
|
1997-12-18
|
253 b
|
12 lines
on mouseDown me
puppetSprite(the currentSpriteNum, 1)
set the member of sprite the currentSpriteNum to "SelectBrowser.down"
puppetSound(1, 0)
puppetSound(1, "click")
updateStage()
end
on mouseUp me
puppetSprite(the currentSpriteNum, 0)
end