home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global whatTrack, pauseMarker
- pauseMarker = 0
- if whatTrack = 1 then
- set the movieTime of sprite 30 to 0
- else
- if whatTrack = 2 then
- set the movieTime of sprite 31 to 0
- else
- if whatTrack = 3 then
- set the movieTime of sprite 32 to 0
- else
- if whatTrack = 4 then
- set the movieTime of sprite 33 to 0
- end if
- end if
- end if
- end if
- if whatTrack = 1 then
- set the movieRate of sprite 30 to 0
- else
- if whatTrack = 2 then
- set the movieRate of sprite 31 to 0
- else
- if whatTrack = 3 then
- set the movieRate of sprite 32 to 0
- else
- if whatTrack = 4 then
- set the movieRate of sprite 33 to 0
- end if
- end if
- end if
- end if
- end
-