home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / u_gen.dir / 00010_prepOJ03.ls < prev    next >
Encoding:
Text File  |  2000-10-16  |  311 b   |  10 lines

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