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

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