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

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