home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gPathName, gBookmark
- if voidp(gBookmark) then
- set gBookmark to "2chord"
- end if
- put the mouseV && the mouseH
- set later to rect(137, 161, 206, 179)
- set now to rect(262, 161, 380, 179)
- set myh to the mouseH
- set myv to the mouseV
- set myloc to point(myh, myv)
- if inside(myloc, later) then
- set the locV of sprite the clickOn to -200
- puppetSound(1, "button2")
- updateStage()
- turnUpRadio()
- puppetSprite(the clickOn, 0)
- else
- if inside(myloc, now) then
- set the locV of sprite the clickOn to -200
- puppetSound(1, "button2")
- updateStage()
- puppetSprite(the clickOn, 0)
- stopAllSound()
- open(gPathName & gBookmark, gPathName & "netscape")
- end if
- end if
- end
-