Trying to make a boulder come in on a game and do this.
Develop games in your browser. Powerful, performant & highly capable.
Use "system -> every tick" then under that do:
"boulder -> rotate clockwise -> 1"
"boulder -> set x -> boulder.x+1"
Thanks! Works well