home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gal
- set gal to clickOn() - 8
- repeat with i = 1 to 3
- set the castNum of sprite (i + 8) to the number of cast ("gal" & i & "-1,off")
- set the movieTime of sprite (i + 25) to 0
- set the movieRate of sprite (i + 25) to 0
- end repeat
- set the castNum of sprite (gal + 8) to the number of cast ("gal" & gal & "-1,on")
- updateStage()
- sound stop 2
- set the movieRate of sprite (gal + 25) to 1
- end
-