home *** CD-ROM | disk | FTP | other *** search
- on checkMac
- puppetSprite(4, 1)
- if rollOver(6) then
- set the castNum of sprite 4 to 71
- else
- if rollOver(7) then
- set the castNum of sprite 4 to 72
- else
- if rollOver(8) then
- set the castNum of sprite 4 to 73
- else
- set the castNum of sprite 4 to 15
- end if
- end if
- end if
- updateStage()
- end
-