Last active
March 30, 2024 21:23
-
-
Save 9214/dfa15d37342065dbf368eae35abcdc37 to your computer and use it in GitHub Desktop.
Puny GUI Puppy Finder in Red.
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
Red [ | |
Title: "Puny GUI Puppy Finder, Red version" | |
Author: @9214 | |
Date: 26-Apr-2020 | |
Link: https://ahungry.com/blog/2020-04-24-Puny-GUI-Puppy-Finder.html | |
] | |
view [ | |
title "Puppy Finder" | |
below center | |
button "Find a new dog" [ | |
puppy/image: load to url! select | |
load https://dog.ceo/api/breeds/image/random | |
'message | |
] | |
text "Click the button to see a new dog.^/Click the dog to close the app." | |
puppy: image 300x300 [unview] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The above script features: