Was wondering if you could have types in the programme.Lets say you could define a type
i.e type ball
colour
xpos
ypos
etc.....
endtype
Then assign this type to an object or an array ie array(x).colour=xx
array(x).xpos=xx
I think this could also be useful to use in a dynamic array like I asked about in a previous post.