The deviceMoved() function runs when the mobile device displaying the sketch moves. In this example, the accelerationX, accelerationY, and accelerationZ values set the position and size of a circle. This only works for mobile devices.
Contributors: Lauren McCarthy, Animesh Sinha, Caleb Foss, Kathryn Lichlyter
Modified from Acceleration Color.
Mobile Device Movement is licensed under CC BY-NC-SA 4.0.
Related Examples

A squiggly rainbow line on a black background.
Drawing Lines
Draw with the mouse.

A small green circle on a black background.
Animation with Events
Pause and resume animation.

White circles on a black background, with varying degrees of transparency.
Mobile Device Movement
Animate based on device motion.

A small black circle on a rainbow, lattice-shaped path, on top of a grey and white striped background.
Conditions
Use if and else statements to make decisions while your sketch runs.