home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gframe
- if the frame <> gframe then
- set gframe to the frame
- unLoadCast()
- slidesect()
- slidesub()
- updateStage()
- puppetSprite(11, 1)
- puppetSprite(12, 1)
- end if
- if rollOver(13) then
- put "Click on a line to select a topic." into field 4305
- else
- if rollOver(15) then
- put "Click on a line to select a subtopic." into field 4305
- else
- if rollOver(14) then
- put "Click on a line to go review a topic." into field 4305
- else
- put EMPTY into field 4305
- end if
- end if
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-