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

  1. on handleMouseUpA_VR10
  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.       0:
  9.         set the MouseUpHandler of sprite(1) to EMPTY
  10.         go(#next)
  11.       255:
  12.         set the MovieMouseClick of sprite(1) to 0
  13.         apriMessaggio("m_hab06")
  14.     end case
  15.   end if
  16. end
  17.