Skip to content

Instantly share code, notes, and snippets.

@MelanieS
Created November 25, 2010 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MelanieS/714844 to your computer and use it in GitHub Desktop.
Save MelanieS/714844 to your computer and use it in GitHub Desktop.
Shoes.app do
para "Which is best?\n"
flow do
@cats = button "Cats"
@giraffes = button "Giraffes"
@rocks = button "Rocks"
end
@cats.click { image "http://icanhascheezburger.files.wordpress.com/2010/05/funny-pictures-cats-are-adrift.jpg" }
@giraffes.click.replace { image "http://theora.com/images/giraffe.jpg" }
@rocks.click { image "http://www.ewyl.net/lprice/images/rocks.jpg" }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment