home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / a_gen.dir / 00084_prepVR11.ls < prev    next >
Encoding:
Text File  |  2000-11-14  |  179 b   |  13 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.   else
  10.     go(#next)
  11.   end if
  12. end
  13.