Hey, the code I am using is simply
x# = GetDirectionX ( )
y# = GetDirectionY ( )
Print(x#)
Print(y#)
SetSpritePosition ( player, GetSpriteX ( player ) + x#, GetSpriteY ( player ) + y# )
It says that an accelerometer does not exist and it returns 0. I am using a Samsung Galaxy Grand Prime and it says it has an accelerometer. I downloaded other apps such as an accelerometer sensor tester and it worked just fine. It detected it and everything. Is this a glitch? Information websites say the phone has an accelerometer, but it does not have a gyroscope. Are they the same thing? If so, what is the difference?