Created
October 27, 2013 19:13
-
-
Save darrenmothersele/7186662 to your computer and use it in GitHub Desktop.
red yellow balls http://livecodelab.net/play/index.html#
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
background 0 | |
animationStyle paintOver | |
noFill | |
strokeSize 10 | |
scale 6 | |
rotate 0,((time / 2000) % (Math.PI * 2)) - Math.PI,0 | |
stroke 255,255,0,100 | |
ball | |
rotate 1,- 2 * ((time / 2000) % (Math.PI * 2)) - Math.PI,0 | |
stroke 255,0,0,100 | |
ball |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment