Can I do:
Image.X = Varptr Ship.X .. Somehow?
So that the instance of Ship shares the same X in memory as image do, in this way I can have an image object that automatically updates to the ship once created.
I get an error when I do the above (X not found).
It seems like a simple thing to do. Anyone knows how to do it right?
Image.X = Varptr Ship.X .. Somehow?
So that the instance of Ship shares the same X in memory as image do, in this way I can have an image object that automatically updates to the ship once created.
I get an error when I do the above (X not found).
It seems like a simple thing to do. Anyone knows how to do it right?