طريقة التحكم في حركة الكائن بناءاً على حركة الهاتف : local physics = require("physics") physics.start() local body = display.newImageRect( "body.png", 70, 70 ) physics.addBody(body) body.x = display.contentWidth/2 local function funcsensorr( event ) body:setLinearVelocity( 10 * event.x, -10 * event.y ) end Runtime:addEventListener( "accelerometer", funcsensorr ) شكراً لمتابعتكم :)