home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global whatTrack, pauseMarker
- 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
- pauseMarker = 1
- end
-