home *** CD-ROM | disk | FTP | other *** search
/ Screen - 100 Snelle Screensavers / ScreenSaver.iso / orbwin95 / install.exe / install.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1997-03-26  |  204 b   |  12 lines

  1. on enterFrame
  2.   if random(6) = 4 then
  3.     set the visible of sprite 3 to 1
  4.   else
  5.     set the visible of sprite 3 to 0
  6.   end if
  7.   if random(250) = 213 then
  8.     puppetSound("rant.aif")
  9.   else
  10.   end if
  11. end
  12.