home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Home 49
/
PC_Home_Issue_49.iso
/
lldemo
/
lldemo.shr
/
ROSETTA.EXE
/
ROSETTA.DXR
/
00390.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-06-24
|
229 b
|
11 lines
on mouseUp
global gStuMethod
set h to the mouseH
set v to the mouseV
if withinBox(127, 235, 151, 258, the mouseH, the mouseV) then
setaProp(gStuMethod, #icons, #check)
highlight(21)
updateStage()
end if
end