script Animal
end script
script Dog
property parent : Animal
script Cat
script Lab
property parent : Dog
script Collie