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

  1. on enterFrame
  2.   set the visible of sprite 19 to 0
  3.   set the visible of sprite 22 to 0
  4.   set the visible of sprite 23 to 0
  5.   set the visible of sprite 24 to 0
  6.   set the visible of sprite 10 to 0
  7.   set the visible of sprite 14 to 0
  8.   updateStage()
  9. end
  10.  
  11. on exitFrame
  12.   global n
  13.   set n to random(52)
  14.   puppetTransition(n, 4, 10, 1)
  15. end
  16.