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

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     swingStep(1, #left, 0.70000000000000007)
  4.     go(the frame)
  5.   else
  6.     set x to stageRight() - 96
  7.     set y to stageTop()
  8.     apriMiawTipo2("m_navig", x, y, 0)
  9.     cursor(200)
  10.     cursor(-1)
  11.     set the MovieMouseClick of sprite(1) to 1
  12.   end if
  13. end
  14.