home *** CD-ROM | disk | FTP | other *** search
- on DoSpiderText num
- set sectioncast to the castNum of sprite 43
- if num = 1 then
- set the text of field sectioncast to "INTRODUCTION"
- else
- set the text of field sectioncast to getAt(gChapters, num)
- end if
- set the locH of sprite 43 to the locH of sprite 36 - the width of cast sectioncast - 30
- set the locV of sprite 43 to the locV of sprite 36 - (the height of cast sectioncast / 2) - 5
- end
-