Is there any mechanism to load data from a URL in scratch? For example, I'd love to create a variable and set it's value to the result of a web request.
set <variable> to <url>
Then, scratch might make a URL request to <url> and the text of that request would be put into <variable>.
Using this simple mechanism would allow you to create web services that are altered by a Scratch project.
Thanks,
Joel
Offline
using the remote sensor connections and python, users have been able to create web-enabled scratch content. look here for some examples and i think instructions on getting started aswell. Good luck with whatever your thinking of doing!
Offline