home *** CD-ROM | disk | FTP | other *** search
- on handleMouseUpErectus
- global gMouseDownLocVR, gMessageID
- 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)
- if id = 66 then
- set the MouseUpHandler of sprite(1) to EMPTY
- puppetSound(1, 0)
- set the BackBufferMovie of sprite(1) to EMPTY
- moveToBack(window "m_navig")
- set the visible of window "m_navig" to 0
- sound stop 2
- go(#next)
- else
- set the MovieMouseClick of sprite(1) to 0
- apriMessaggio("m_omo03")
- end if
- end if
- end
-