11-30-2009, 04:22 AM
Helel Wrote:explocion200 Wrote:i like this one for wat iam going to do but do you know how i cant move its position and change the key thats needed to be pressed
Change Input::X to whatever button you want, like Input::SHIFT.
Code:#Tecla para o DASH.
BUTTON = Input::X
POS_X is the x-coordinate and POS_Y is the y-coordinate of the bar.
Code:#Posição da janela na horizontal.
POS_X = 15
#Posição da janela na vertical.
POS_Y = 5
the button didnt work maybe i did something wrong wat i did is i took out the x and placed the letter z is that wrong?
the other thing worked fine thank you :)