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(13) then
- if rola <> 13 then
- puppetSound(0)
- end if
- set rola to 13
- puppetSprite(13, 1)
- set the member of sprite 13 to member 49 of castLib 1
- updateStage()
- puppetSprite(13, 0)
- go(the frame)
- else
- set rola to 0
- go(the frame)
- end if
- end if
- end
-