-- parent script "Dog"
property ancestor
on new (me)
me.ancestor = script("Animal").new()
return me
end