home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if clickOn() = 14 then
- set the movieRate of sprite 14 to 1
- set the movieRate of sprite 15 to 0
- set the movieRate of sprite 16 to 0
- else
- if clickOn() = 15 then
- set the movieRate of sprite 14 to 0
- set the movieRate of sprite 15 to 1
- set the movieRate of sprite 16 to 0
- else
- if clickOn() = 16 then
- set the movieRate of sprite 14 to 0
- set the movieRate of sprite 15 to 0
- set the movieRate of sprite 16 to 1
- end if
- end if
- end if
- end
-