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

  1. on enterFrame
  2.   global gInfoContext
  3.   set gInfoContext to "s_08"
  4.   trackNewMilestone(the frame)
  5.   set the MovieMouseClick of sprite(1) to 0
  6.   set the MouseUpHandler of sprite(1) to "handleMouseUpErectus"
  7.   set the MouseDownHandler of sprite(1) to "handleMouseDownCommon"
  8. end
  9.  
  10. on exitFrame
  11.   set the MovieMouseClick of sprite(1) to 1
  12.   set x to stageRight() - 96
  13.   set y to stageTop()
  14.   apriMiawTipo2("m_navig", x, y, 0)
  15.   cursor(200)
  16.   cursor(-1)
  17. end
  18.