home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / e_gen.dir / 00034_prepVR6.ls < prev    next >
Encoding:
Text File  |  2000-10-16  |  239 b   |  14 lines

  1. on enterFrame
  2.   global gInfoContext
  3.   set gInfoContext to "e_11"
  4.   trackNewMilestone(the frame)
  5.   set the MovieMouseClick of sprite(1) to 0
  6. end
  7.  
  8. on exitFrame
  9.   if soundBusy(1) then
  10.     swingStep(1, #left, 1)
  11.     go(the frame)
  12.   end if
  13. end
  14.