home *** CD-ROM | disk | FTP | other *** search
- global returnVisible, platform, fromvolume
-
- on exitFrame
- repeat with a = 1 to 48
- puppetSprite(a, 1)
- u()
- end repeat
- if rollOver(41) then
- set the castNum of sprite 41 to the number of cast "ri hl"
- else
- set the castNum of sprite 41 to the number of cast "ri"
- if rollOver(42) then
- set the castNum of sprite 42 to the number of cast "le hl"
- else
- set the castNum of sprite 42 to the number of cast "le"
- u()
- end if
- end if
- dorollovers()
- go(the frame)
- end
-