home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / f_gen.dir / 00016_F_vr03Handlers.ls < prev    next >
Encoding:
Text File  |  2000-11-09  |  336 b   |  13 lines

  1. on handleMouseUpF_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.     set the MouseUpHandler of sprite(1) to EMPTY
  8.     puppetSound(1, 0)
  9.     unloadMiaw("m_navig")
  10.     go(#next)
  11.   end if
  12. end
  13.