Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Control Position
« previous
next »
Print
Pages: [
1
]
Author
Topic: Control Position (Read 244 times)
Jeep
August 01, 2012, 03:06:30 PM
Hello,
I want to get the X & Y Position of a control (seprately).
Example:
BitmapButton Position: 100 200
X: 100
Y: 200
Ad Bot
Advertisement
Headcrab Zombie
August 01, 2012, 03:10:53 PM
%x = getWord(control.getPosition(),0);
%y = getWord(control.getPosition(),1);
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Control Position