home *** CD-ROM | disk | FTP | other *** search
- on returnAction
- global gReturnMovie
- gomovie(gReturnMovie)
- end
-
- on helpBackAction
- go(the frame - 5)
- end
-
- on helpForwardAction
- if the frame < 5 then
- go(5)
- else
- go(the frame + 5)
- end if
- end
-
- on overviewAction
- if (the frame < 5) or (the frame > 10) then
- go(5)
- end if
- end
-
- on navigationAction
- if (the frame < 15) or (the frame > 35) then
- go(15)
- end if
- end
-
- on utilitiesAction
- if the frame < 40 then
- go(40)
- end if
- end
-