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

  1. on exitFrame
  2.   global backdrop, n
  3.   set backdrop to 269
  4.   set the castNum of sprite 1 to backdrop
  5.   set the locV of sprite 1 to 240
  6.   set the locH of sprite 1 to 320
  7.   set the height of sprite 1 to 480
  8.   set the width of sprite 1 to 640
  9.   set the visible of sprite 19 to 0
  10.   set the visible of sprite 22 to 0
  11.   set the visible of sprite 23 to 0
  12.   set the visible of sprite 24 to 0
  13.   set the visible of sprite 2 to 0
  14.   set the visible of sprite 3 to 0
  15.   set the visible of sprite 15 to 0
  16.   updateStage()
  17.   updateStage()
  18.   set n to random(52)
  19.   puppetTransition(n, 4, 10, 1)
  20. end
  21.