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

  1. on enterFrame
  2.   global gCountDown, gInfoContext
  3.   set gInfoContext to "g_07"
  4.   trackNewMilestone(the frame)
  5.   set gCountDown to -1
  6.   set the MouseUpHandler of sprite(1) to "handleMouseUpG_vr03"
  7.   set the MouseDownHandler of sprite(1) to "handleMouseDownCommon"
  8.   set the NodeEnterHandler of sprite(1) to "handleNodeEnterG_vr03"
  9.   set the MovieMouseClick of sprite(1) to 0
  10.   set the AreaOfInterest of sprite(1) to rect(0, 1098, 239, 1337)
  11.   PlayBackBufferMovie(sprite(1), "@\files\G_in10a.mov", #loop)
  12. end
  13.