I am working on a game that involves the player moving a ball through a maze, and I would like to make the ball roll while it moves. How would I do this?
I've tried using using c_rotate and ang_add, but these just seem to change the direction the ball is facing.