home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today (BR) Volume 2 #9
/
CDRTV2N9.iso
/
progs
/
vearth
/
shared.dir
/
00581_Script_581
< prev
Wrap
Text File
|
1996-04-15
|
411b
|
17 lines
on mouseUp
-- bookM
put (the clickOn) into myclick
puppetsprite myclick, true
if the mouseH < the locH of sprite (the clickOn) then
set the castnum of sprite myclick to 580
updatestage
findBookmark2
else
set the castnum of sprite myclick to 555
updatestage
setBookmark2
end if
set the blend of sprite (the clickOn) to 100
puppetsprite myclick, false
end