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

  1. on handleMouseUpF_vr08
  2.   global gMouseDownLocVR, gInfoContext
  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.     if id = 59 then
  8.       set the MouseUpHandler of sprite(1) to EMPTY
  9.       set the DisableHotSpotID of sprite(1) to 59
  10.       set gInfoContext to "f_disast"
  11.       tell window "m_navfut"
  12.         fase2()
  13.       end tell
  14.     end if
  15.   end if
  16. end
  17.