home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / a_gen.dir / 00052_prepVR6.ls < prev    next >
Encoding:
Text File  |  2000-11-14  |  565 b   |  22 lines

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