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

  1. on enterFrame
  2.   global gCatenaccio, gInfoContext
  3.   set gInfoContext to "s_10"
  4.   trackNewMilestone(the frame)
  5.   set gCatenaccio to []
  6.   set the MovieMouseClick of sprite(1) to 0
  7.   set the MouseUpHandler of sprite(1) to "handleMouseUpBerscen"
  8.   set the MouseDownHandler of sprite(1) to "handleMouseDownCommon"
  9.   set the NodeLeaveHandler of sprite(1) to "handleNodeLeaveBerscen"
  10. end
  11.