home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / e_gen_pl.dir / 00075_prepVR16.ls < prev    next >
Encoding:
Text File  |  1999-06-27  |  160 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.5)
  8.     go(the frame)
  9.   end if
  10. end
  11.