home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / Democd3 / oasquiz.dxr / 00230.ls < prev    next >
Encoding:
Text File  |  1997-06-04  |  478 b   |  19 lines

  1. on enterFrame
  2.   set the visible of sprite 1 to 1
  3.   set the visible of sprite 5 to 0
  4.   set the visible of sprite 6 to 0
  5.   set the visible of sprite 7 to 0
  6.   set the visible of sprite 22 to 0
  7.   set the visible of sprite 23 to 0
  8.   set the visible of sprite 24 to 0
  9.   set the visible of sprite 12 to 0
  10.   repeat with n = 310 to 322
  11.     set the castNum of sprite 1 to n
  12.     updateStage()
  13.     startTimer()
  14.     repeat while the timer < 6
  15.       nothing()
  16.     end repeat
  17.   end repeat
  18. end
  19.