(AGK version: 108.13)
Submitted: 2013-06-17 13:19:06
//no Gravity :)
SetPhysicsGravity(0,0)
(AGK version: 108.14)
Submitted: 2014-03-19 09:16:49
//Accelerometer gravity
SetPhysicsGravity(GetDirectionX() ,GetDirectionY() )
Help make AGK better by submitting an example for this command!
(All examples are subject to approval)
Login to post an example of your own.