Put this code and nothing else into a brand new project and tell me it doesn't work:
SetDisplayAspect( 4.0/3.0 )
addVirtualJoystick(1, 10, 85, 15)
do
vjx# = GetVirtualJoystickX(1)
vjy# = GetVirtualJoystickY(1)
if abs(vjx#)>abs(vjy#)
vjy# = 0
else
vjx# = 0
endif
if vjx#>0 then print("RIGHT")
if vjx#<0 then print("LEFT")
if vjy#>0 then print("DOWN")
if vjy#<0 then print("UP")
Sync()
loop
I think maybe you should take a look at your own code rather than blaming everyone else's code. That code works just fine thanks
The expression you are looking for is "Diagonal" not "Willing". Not sure what translator you are using but it seems to be not translating your good manners every time either. At least not in your replies to me...
oct(31) = dec(25)