home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global rola
- if rollOver(4) then
- if rola <> 4 then
- puppetSound(0)
- end if
- set rola to 4
- puppetSprite(4, 1)
- set the member of sprite 4 to member 51 of castLib 1
- updateStage()
- puppetSprite(4, 0)
- go(the frame)
- else
- if rollOver(5) then
- if rola <> 5 then
- puppetSound(0)
- end if
- set rola to 5
- go(the frame)
- else
- if rollOver(6) then
- if rola <> 6 then
- puppetSound(0)
- end if
- set rola to 6
- go(the frame)
- else
- set rola to 0
- go(the frame)
- end if
- end if
- end if
- end
-