home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / s_gen.dir / 00017_prepVR4b.ls < prev    next >
Encoding:
Text File  |  2000-11-09  |  424 b   |  16 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     swingStep(1, #right, 0.70000000000000007)
  4.     go(the frame)
  5.   else
  6.     set the AreaOfInterest of sprite(1) to rect(303, 890, 590, 1273)
  7.     PlayBackBufferMovie(sprite(1), "@\files\S_IN07B.mov", #loop)
  8.     set x to stageRight() - 96
  9.     set y to stageTop()
  10.     apriMiawTipo2("m_navig", x, y, 0)
  11.     cursor(200)
  12.     cursor(-1)
  13.     set the MovieMouseClick of sprite(1) to 1
  14.   end if
  15. end
  16.