Jump to content

Recommended Posts

Posted

hi,

i have a problem. my programm is now ready but i want to put all things a little bit higher. I wont set all coordinates for everything. is there a way to set this wit one command?

sry for my english

thx :mellow:

Posted

It depends on how you created your GUI, if you did something like this you only have to change one value.

$x = 0
$y = 0

GuiCtrlCreateLabel("hello world", $x +100, $y +50)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...