home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- repeat with n = 30 to 48
- if rollOver(n) then
- if not (the puppet of sprite n) then
- puppetSprite(n, 1)
- set the member of sprite n to the number of the member of sprite n + 1
- end if
- next repeat
- end if
- puppetSprite(n, 0)
- end repeat
- end
-