home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / g_gen.dir / 00013_prepVR2.ls < prev    next >
Encoding:
Text File  |  2000-10-17  |  520 b   |  21 lines

  1. on enterFrame
  2.   global gInfoContext
  3.   set gInfoContext to "g_03"
  4.   trackNewMilestone(the frame)
  5.   set the MovieMouseClick of sprite(1) to 0
  6. end
  7.  
  8. on exitFrame
  9.   if soundBusy(1) then
  10.     swingStep(1, #right, 1)
  11.     go(the frame)
  12.   else
  13.     set the MouseUpHandler of sprite(1) to "handleMouseUpG_vr01"
  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.     set the MovieMouseClick of sprite(1) to 1
  19.   end if
  20. end
  21.