Created
August 12, 2013 18:34
-
-
Save chribben/6213662 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
time = lift (inSeconds . fst) (timestamp (fps 40)) | |
a dy = let c = filled blue (circle 10) | |
in collage 300 300 | |
[c |> move (0, 100 * cos dy)] | |
b = lift a time | |
main = b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment