home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global whichReader
- if whichReader = 1 then
- set the movieRate of sprite 45 to 2
- else
- if whichReader = 2 then
- set the movieRate of sprite 46 to 2
- else
- if whichReader = 3 then
- set the movieRate of sprite 47 to 2
- else
- if whichReader = 4 then
- set the movieRate of sprite 48 to 2
- end if
- end if
- end if
- end if
- end
-
- on mouseUp
- global whichReader
- if whichReader = 1 then
- set the movieRate of sprite 45 to 1
- else
- if whichReader = 2 then
- set the movieRate of sprite 46 to 1
- else
- if whichReader = 3 then
- set the movieRate of sprite 47 to 1
- else
- if whichReader = 4 then
- set the movieRate of sprite 48 to 1
- end if
- end if
- end if
- end if
- end
-