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

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