home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / s_gen.dir / 00018_SavfamiHandlers.ls < prev    next >
Encoding:
Text File  |  2000-11-09  |  406 b   |  15 lines

  1. on handleMouseUpSavfami
  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.     if id = 66 then
  8.       set the MouseUpHandler of sprite(1) to EMPTY
  9.       moveToBack(window "m_navig")
  10.       set the visible of window "m_navig" to 0
  11.       go(#next)
  12.     end if
  13.   end if
  14. end
  15.