home *** CD-ROM | disk | FTP | other *** search
- on handleMouseUpA_VR10
- 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)
- case id of
- 0:
- set the MouseUpHandler of sprite(1) to EMPTY
- go(#next)
- 255:
- set the MovieMouseClick of sprite(1) to 0
- apriMessaggio("m_hab06")
- end case
- end if
- end
-