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

  1. on enterFrame
  2.   global gDisasterToChoose
  3.   set gDisasterToChoose to 6
  4.   set the MouseUpHandler of sprite(1) to "handleMouseUpF_vr15"
  5.   set the MouseDownHandler of sprite(1) to "handleMouseDownCommon"
  6.   set the MovieMouseClick of sprite(1) to 0
  7.   set x to stageRight() - 96
  8.   set y to stageTop()
  9.   apriMiawTipo2("m_navfut", x, y, 0)
  10. end
  11.  
  12. on exitFrame
  13.   tell window "m_navfut"
  14.     fase1()
  15.   end tell
  16.   set the MovieMouseClick of sprite(1) to 1
  17. end
  18.