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