home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / a_gen.dir / 00076_prepVR9.ls < prev    next >
Encoding:
Text File  |  2000-11-14  |  359 b   |  19 lines

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