home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / a_gen.dir / 00009_VR03Handlers.ls < prev    next >
Encoding:
Text File  |  2000-11-14  |  515 b   |  19 lines

  1. on handleMouseUpA_VR03
  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.     case id of
  8.       103:
  9.         moveToBack(window "m_navig")
  10.         set the visible of window "m_navig" to 0
  11.         set the MouseUpHandler of sprite(1) to EMPTY
  12.         go(#next)
  13.       255:
  14.         set the MovieMouseClick of sprite(1) to 0
  15.         apriMessaggio("m_hab03")
  16.     end case
  17.   end if
  18. end
  19.