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

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