home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / g_gen.dir / 00045_prepVR8a.ls < prev    next >
Encoding:
Text File  |  2000-10-17  |  274 b   |  9 lines

  1. on enterFrame
  2.   global gInfoContext
  3.   set gInfoContext to "g_10"
  4.   trackNewMilestone(the frame)
  5.   set the MouseUpHandler of sprite(1) to "handleMouseUpG_vr06"
  6.   set the MouseDownHandler of sprite(1) to "handleMouseDownCommon"
  7.   set the MovieMouseClick of sprite(1) to 0
  8. end
  9.