Skip to content

Instantly share code, notes, and snippets.

@chribben
Created August 12, 2013 18:34
Show Gist options
  • Save chribben/6213662 to your computer and use it in GitHub Desktop.
Save chribben/6213662 to your computer and use it in GitHub Desktop.
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