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

  1. on enterFrame
  2.   global gDisasterToChoose, gInfoContext
  3.   set gInfoContext to "f_05"
  4.   trackNewMilestone(the frame)
  5.   set gDisasterToChoose to 1
  6.   set the MovieMouseClick of sprite(1) to 0
  7. end
  8.  
  9. on exitFrame
  10.   if soundBusy(1) then
  11.     swingStep(1, #left, 1.5)
  12.     go(the frame)
  13.   else
  14.     set the MouseUpHandler of sprite(1) to "handleMouseUpF_vr10"
  15.     set the MouseDownHandler of sprite(1) to "handleMouseDownCommon"
  16.     set x to stageRight() - 96
  17.     set y to stageTop()
  18.     apriMiawTipo2("m_navfut", x, y, 0)
  19.     cursor(200)
  20.     cursor(-1)
  21.     tell window "m_navfut"
  22.       fase1()
  23.     end tell
  24.     set the MovieMouseClick of sprite(1) to 1
  25.   end if
  26. end
  27.