home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- preLoad(1, 20)
- end
-
- on keyDown
- if the key = "q" then
- quit()
- end if
- if the key = "t" then
- go("Text")
- end if
- if the key = "m" then
- go("Movie")
- end if
- if the key = "s" then
- go("Slideshow")
- end if
- if the keyCode = 49 then
- spacebarDown()
- end if
- end
-
- on spacebarDown
- if the pauseState = 0 then
- pause()
- else
- continue()
- end if
- end
-