home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- if rollOver(24) then
- set the visible of sprite 26 to 1
- set the visible of sprite 24 to 0
- else
- if rollOver(25) then
- set the visible of sprite 27 to 1
- set the visible of sprite 25 to 0
- else
- if rollOver(28) then
- set the visible of sprite 29 to 1
- set the visible of sprite 28 to 0
- end if
- end if
- end if
- if not rollOver(24) then
- set the visible of sprite 26 to 0
- set the visible of sprite 24 to 1
- end if
- if not rollOver(25) then
- set the visible of sprite 27 to 0
- set the visible of sprite 25 to 1
- end if
- if not rollOver(28) then
- set the visible of sprite 29 to 0
- set the visible of sprite 28 to 1
- updateStage()
- end if
- end
-
- on exitFrame
- if not soundBusy(2) then
- sound playFile 2, "trk18b8s.wav"
- end if
- go(the frame)
- end
-