home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / e_gen.dir / 00057_prepVR11.ls < prev    next >
Encoding:
Text File  |  2000-10-16  |  551 b   |  23 lines

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