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

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     swingStep(1, #right, 1)
  4.     go(the frame)
  5.   else
  6.     set the MouseUpHandler of sprite(1) to "handleMouseUpF_vr17"
  7.     set the MouseDownHandler of sprite(1) to "handleMouseDownCommon"
  8.     set x to stageRight() - 96
  9.     set y to stageTop()
  10.     apriMiawTipo2("m_navfut", x, y, 0)
  11.     tell window "m_navfut"
  12.       fase1()
  13.     end tell
  14.     set the MovieMouseClick of sprite(1) to 1
  15.   end if
  16. end
  17.