home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Science Smart / SCIENCE.iso / pc / science / files / cad.dir / 04139.ls < prev    next >
Encoding:
Text File  |  1996-01-26  |  372 b   |  16 lines

  1. on slidesect
  2.   global gsectlist
  3.   set start to 92 + 11
  4.   puppetSprite(11, 1)
  5.   set the castNum of sprite 11 to 1739
  6.   set the locV of sprite 11 to start + (14 * (gsectlist - 1))
  7. end
  8.  
  9. on slidesub
  10.   global gsublist, gslider2
  11.   set start to 92 + 11
  12.   puppetSprite(12, 1)
  13.   set the castNum of sprite 12 to 1740
  14.   set the locV of sprite 12 to start + (14 * (gsublist - 1))
  15. end
  16.