home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / e_gen_pl.dir / 00043_prepVR8.ls < prev    next >
Encoding:
Text File  |  1999-06-27  |  518 b   |  22 lines

  1. on enterFrame
  2.   global gInfoContext
  3.   set gInfoContext to "e_15"
  4.   set the MovieMouseClick of sprite(1) to 0
  5. end
  6.  
  7. on exitFrame
  8.   if soundBusy(1) then
  9.     swingStep(1, #right, 1)
  10.     go(the frame)
  11.   else
  12.     set the MouseUpHandler of sprite(1) to "handleMouseUpVR10"
  13.     set the MouseDownHandler of sprite(1) to "handleMouseDownCommon"
  14.     set x to stageRight() - 96
  15.     set y to stageTop()
  16.     apriMiawTipo2("m_navig", x, y, 0)
  17.     cursor(200)
  18.     cursor(-1)
  19.     set the MovieMouseClick of sprite(1) to 1
  20.   end if
  21. end
  22.