home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / s_gen.dir / 00023_prepVR6.ls < prev    next >
Encoding:
Text File  |  2000-11-09  |  649 b   |  21 lines

  1. on enterFrame
  2.   global gInfoContext
  3.   set gInfoContext to "s_06"
  4.   trackNewMilestone(the frame)
  5.   set the MovieMouseClick of sprite(1) to 0
  6.   set the MouseUpHandler of sprite(1) to "handleMouseUpHabilis"
  7.   set the MouseDownHandler of sprite(1) to "handleMouseDownCommon"
  8.   set the NodeEnterHandler of sprite(1) to "handleNodeEnterHabilis"
  9. end
  10.  
  11. on exitFrame
  12.   set the AreaOfInterest of sprite(1) to rect(329, 1005, 408, 1124)
  13.   PlayBackBufferMovie(sprite(1), "@\files\S_IN10.mov", #loop)
  14.   set the MovieMouseClick of sprite(1) to 1
  15.   set x to stageRight() - 96
  16.   set y to stageTop()
  17.   apriMiawTipo2("m_navig", x, y, 0)
  18.   cursor(200)
  19.   cursor(-1)
  20. end
  21.