Hello,
I need a help.
I set up a code for accelerometer-gravity based movement
local function moveZodo(event) zodo:setLinearVelocity(10\*event.xGravity,-10\*event.yGravity) end
Although it works but its not the way i want it to work.
I want the movement to be like in the game Gravity Maze by Geemzo.
Anyone please help me out.
:(