home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 December / WPCDEC98.ISO / dxrs / Jargonb.dxr / 00029.ls < prev    next >
Encoding:
Text File  |  1998-10-12  |  523 b   |  20 lines

  1. global rolled, ready
  2.  
  3. on startMovie
  4.   repeat with n = 2 to 14
  5.     puppetSprite(n, 1)
  6.   end repeat
  7.   set the text of member "blanklist1" to " "
  8.   set the text of member "blanklist2" to " "
  9.   set the text of member "defHeading" to " "
  10.   set the text of member "defText" to " "
  11.   set the text of member "defTextPic" to " "
  12.   set the visible of sprite 16 to 1
  13.   set the visible of sprite 17 to 1
  14.   set the visible of sprite 18 to 1
  15.   set the visible of sprite 19 to 1
  16.   set rolled1 to 0
  17.   set rolled2 to 0
  18.   set ready to 1
  19. end
  20.