home *** CD-ROM | disk | FTP | other *** search
- on handleMouseUpF_vr07
- global gMouseDownLocVR
- set offs to point(2, 2)
- set p to point(mouseH(), mouseV())
- if inside(gMouseDownLocVR, rect(p - offs, p + offs)) then
- set id to the hotSpotID of sprite(1)
- set the MouseUpHandler of sprite(1) to EMPTY
- puppetSound(1, 0)
- unloadMiaw("m_navig")
- go(#next)
- end if
- end
-