home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 July / macformat-039.iso / DATABASE / SHARED.DIR / 01045.ls < prev    next >
Encoding:
Text File  |  1996-03-14  |  409 b   |  11 lines

  1. on DoSpiderText num
  2.   set sectioncast to the castNum of sprite 43
  3.   if num = 1 then
  4.     set the text of field sectioncast to "INTRODUCTION"
  5.   else
  6.     set the text of field sectioncast to getAt(gChapters, num)
  7.   end if
  8.   set the locH of sprite 43 to the locH of sprite 36 - the width of cast sectioncast - 30
  9.   set the locV of sprite 43 to the locV of sprite 36 - (the height of cast sectioncast / 2) - 5
  10. end
  11.