Created
November 25, 2010 03:17
-
-
Save MelanieS/714844 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
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