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

  1. on enterFrame
  2.   global gInfoContext
  3.   set gInfoContext to "g_05"
  4.   trackNewMilestone(the frame)
  5.   set the MovieMouseClick of sprite(1) to 0
  6.   set the AreaOfInterest of sprite(1) to rect(385, 1208, 564, 1447)
  7.   PlayBackBufferMovie(sprite(1), "@\files\g_in05.mov", #loop)
  8. end
  9.  
  10. on exitFrame
  11.   if soundBusy(1) then
  12.     swingStep(1, #right, 1)
  13.     go(the frame)
  14.   else
  15.     set the MouseUpHandler of sprite(1) to "handleMouseUpG_vr02b"
  16.     set the MouseDownHandler of sprite(1) to "handleMouseDownCommon"
  17.     set x to stageRight() - 96
  18.     set y to stageTop()
  19.     apriMiawTipo2("m_navig", x, y, 0)
  20.     cursor(200)
  21.     cursor(-1)
  22.     set the MovieMouseClick of sprite(1) to 1
  23.   end if
  24. end
  25.