home *** CD-ROM | disk | FTP | other *** search
- on playqt qnum
- set the movieRate of sprite qnum to 1
- end
-
- on stopqt qnum
- set the movieRate of sprite qnum to 0
- end
-
- on ffqt qnum
- set the movieRate of sprite qnum to 2
- end
-
- on rewqt qnum
- set the movieTime of sprite qnum to 0
- set the movieRate of sprite qnum to 1
- end
-