I have been pouring over the code for the provided sample "Digestroids" What does extending TLINK or TLIST do for you? I'm getting alittle confused on the implementation.
Thanks,
Eric
Type TPhysicsProviderCollection Extends TList Method Draw() Local Item:TPhysicsProvider For Item=EachIn Self Item.Draw() Next End Method End Type
Thanks,
Eric