OK,
Here comes yet another question:
In Visual Basic it is easy to find a control's coordinates. Something like:
Toplft=TopLeftControl.Top
(find the top left corner of the control (actor)).
I would like to find a Canvas Actor's coordinates in a similar fashion. What sort of knowledge do I need to have in order to make this happen? I've got a fun demo idea that would depend on being able to find the Canvas Actor's coordinates without hard coding the coordinates.
TIA