home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 24
/
MacAddict_024_1998_08.iso
/
Media
/
Software.dxr
/
Internal_30_indexButton.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
|
1998-06-04
|
229 b
|
12 lines
on mouseDown me
puppetSprite(the currentSpriteNum, 1)
set the member of sprite the currentSpriteNum to "index.down"
updateStage()
openIndex()
end
on mouseUp me
puppetSprite(the currentSpriteNum, 0)
updateStage()
end