home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / e_gen.dir / 00003_VR01Handlers.ls < prev    next >
Encoding:
Text File  |  2000-10-16  |  366 b   |  13 lines

  1. on handleMouseUpE_VR01
  2.   global gMouseDownLocVR
  3.   set offs to point(2, 2)
  4.   set p to point(mouseH(), mouseV())
  5.   if inside(gMouseDownLocVR, rect(p - offs, p + offs)) then
  6.     set id to the hotSpotID of sprite(1)
  7.     moveToBack(window "m_navig")
  8.     set the visible of window "m_navig" to 0
  9.     set the MouseUpHandler of sprite(1) to EMPTY
  10.     go(#next)
  11.   end if
  12. end
  13.