home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global Chapter, StartSprite
- if Chapter <> EMPTY then
- put field "tempText" into field string(Chapter && "HeadLines")
- end if
- set Chapter to EMPTY
- repeat with i = 13 to 15
- puppetSprite(i, 1)
- end repeat
- updateStage()
- set StartSprite to 1
- PlacePict()
- SetLists()
- end
-