home *** CD-ROM | disk | FTP | other *** search
- on groANIMATESection
- global playvid
- if the mouseUp then
- case the rollOver of
- "27":
- set the castNum of sprite 27 to 101
- "28":
- set the castNum of sprite 28 to 100
- end case
- end if
- if the castNum of sprite 10 = 93 then
- if the movieRate of sprite 10 = 0 then
- if not rollOver(27) then
- set the castNum of sprite 27 to 99
- updateStage()
- end if
- if not rollOver(28) then
- set the castNum of sprite 28 to 98
- updateStage()
- end if
- end if
- else
- if not rollOver(27) then
- set the castNum of sprite 27 to 99
- updateStage()
- end if
- if not rollOver(28) then
- set the castNum of sprite 28 to 98
- updateStage()
- end if
- end if
- end
-