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

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