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

  1. on enterFrame
  2.   set the MouseUpHandler of sprite(2) to "handleMouseUpG_oj01"
  3.   set the MouseDownHandler of sprite(2) to "handleMouseDownCommon"
  4.   set the MovieMouseClick of sprite(2) to 0
  5. end
  6.  
  7. on exitFrame
  8.   set the MovieMouseClick of sprite(2) to 1
  9. end
  10.