Forum Discussion
Ryan_Moran
10 years agoValued Contributor
On screen coordinates:
x = Object.ScreenLeft
y = Object.ScreenTop
Form coordinates:
x = Object.Left
y = Object.Top
- czpqwerty10 years agoOccasional Contributor
yes, i konw that, but i cannot get coordinate through this function
- Marsha_R10 years ago
Champion Level 3
We could give you better information if you would show us your unit2 script and explain what you are trying to accomplish. It's difficult to help when you make us guess at the question.