home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / f_gen.dir / 00002_prepVR1.ls next >
Encoding:
Text File  |  2000-11-09  |  158 b   |  11 lines

  1. on enterFrame
  2.   set the MovieMouseClick of sprite(1) to 0
  3. end
  4.  
  5. on exitFrame
  6.   if soundBusy(1) then
  7.     swingStep(1, #right, 1)
  8.     go(the frame)
  9.   end if
  10. end
  11.