home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / f_gen.dir / 00049_prepVR12b.ls < prev    next >
Encoding:
Text File  |  2000-11-09  |  1020 b   |  30 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     swingStep(1, #left, 1.44999999999999996)
  4.     set angle to the PanAngle of sprite(1)
  5.     set fileName to the BackBufferMovie of sprite(1)
  6.     if (angle >= 310) or (angle <= 100) then
  7.       if not (fileName contains "f_in12.mov") then
  8.         set the AreaOfInterest of sprite(1) to rect(286, 104, 405, 343)
  9.         PlayBackBufferMovie(sprite(1), "@\files\f_in12.mov", #loop)
  10.       end if
  11.     else
  12.       if not (fileName contains "f_in12b.mov") then
  13.         set the AreaOfInterest of sprite(1) to rect(334, 1296, 513, 1535)
  14.         PlayBackBufferMovie(sprite(1), "@\files\f_in12b.mov", #loop)
  15.       end if
  16.     end if
  17.     go(the frame)
  18.   else
  19.     set the MouseUpHandler of sprite(1) to "handleMouseUpF_vr12"
  20.     set the MouseDownHandler of sprite(1) to "handleMouseDownCommon"
  21.     set x to stageRight() - 96
  22.     set y to stageTop()
  23.     apriMiawTipo2("m_navfut", x, y, 0)
  24.     tell window "m_navfut"
  25.       fase1()
  26.     end tell
  27.     set the MovieMouseClick of sprite(1) to 1
  28.   end if
  29. end
  30.