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

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