Lucario621 wrote:
Hmm... I see some posts by jji7skyline and Laternenpfahl including some solutions to the Maze demo, however there is a much easier way:
http://i.imgur.com/zmqzx.png
Wow!
Offline
I used this:
Lucario's may be simple, but it takes forever.
The most simple way, however, is this:
Last edited by GeonoTRON2000 (2012-06-16 18:56:51)
Offline
Lucario621 wrote:
Hmm... I see some posts by jji7skyline and Laternenpfahl including some solutions to the Maze demo, however there is a much easier way:
http://i.imgur.com/zmqzx.png
Mine was, essentially, that.
Offline
wolvesstar97 wrote:
-_-
sounds like an exact copy of scratch
which is why its supposedly perfect
Offline
wolvesstar97 wrote:
-_-
sounds like an exact copy of scratch
You know, except it functions as an actual programming language.
Offline
SJRCS_011 wrote:
It's nice, but two points:
1. I like Snap! a lot better, even though it's only in alpha
2. I think it could do with a few more colors XP
Bout snap, I dunno.
Bout colors, yes.
Offline
They mention Scratch actually. They said it inspired App Inventor for Android, and now this.
But it's nice they put scratch in a web browser.
Last edited by ihaveamac (2012-06-17 07:30:14)
Offline
wolvesstar97 wrote:
-_-
sounds like an exact copy of scratch
Blockly is one of a growing number of visual programming environments. Many of these languages have roots at MIT, leading to a similar look and feel across different products. Blockly was influenced by App Inventor, which in turn was influenced by Scratch, which in turn was influenced by StarLogo.
It may seem a lot like Scratch, but they gave credit.
Offline
Cool! I just can't see the programming or play, cause my computer is acting unny.
Offline
lol. I made a random sentence maker. Then I changed it to javascript. I made a button that does it when you click it. Copy the following code here.
<html> <body> <input type="button" value="Random Sentence" onclick="window.alert(String(String(String(['A ', 'The '][Math.floor(Math.random() * (2 - 1 + 1) + 1) - 1]) + String(['fish', 'tire', 'rat', 'person', 'car', 'shoe', 'golf ball', 'light bulb', 'piece of pizza', 'tree', 'computer', 'foot'][Math.floor(Math.random() * (12 - 1 + 1) + 1) - 1])) + String(String([' ate', ' kicked', ' destroyed', ' ignored', ' followed', ' chased', ' used', ' scared', ' talked to', ' smelled', ' moved', ' chewed on'][Math.floor(Math.random() * (12 - 1 + 1) + 1) - 1]) + String([' a', ' the'][Math.floor(Math.random() * (2 - 1 + 1) + 1) - 1]))) + String(String([' monster', ' bird', ' head', ' gummy bear', ' pencil', ' bathtub', ' zebra', ' pair of socks', ' block of wood', ' potato', ' baseball bat', ' feild'][Math.floor(Math.random() * (12 - 1 + 1) + 1) - 1]) + String(['.', '!'][Math.floor(Math.random() * (2 - 1 + 1) + 1) - 1])));" /> </body> <html>
Offline
PullJosh wrote:
lol. I made a random sentence maker. Then I changed it to javascript. I made a button that does it when you click it. Copy the following code here.
Code:
<html> <body> <input type="button" value="Random Sentence" onclick="window.alert(String(String(String(['A ', 'The '][Math.floor(Math.random() * (2 - 1 + 1) + 1) - 1]) + String(['fish', 'tire', 'rat', 'person', 'car', 'shoe', 'golf ball', 'light bulb', 'piece of pizza', 'tree', 'computer', 'foot'][Math.floor(Math.random() * (12 - 1 + 1) + 1) - 1])) + String(String([' ate', ' kicked', ' destroyed', ' ignored', ' followed', ' chased', ' used', ' scared', ' talked to', ' smelled', ' moved', ' chewed on'][Math.floor(Math.random() * (12 - 1 + 1) + 1) - 1]) + String([' a', ' the'][Math.floor(Math.random() * (2 - 1 + 1) + 1) - 1]))) + String(String([' monster', ' bird', ' head', ' gummy bear', ' pencil', ' bathtub', ' zebra', ' pair of socks', ' block of wood', ' potato', ' baseball bat', ' feild'][Math.floor(Math.random() * (12 - 1 + 1) + 1) - 1]) + String(['.', '!'][Math.floor(Math.random() * (2 - 1 + 1) + 1) - 1])));" /> </body> <html>
"A foot moved the head!"
Eww...
Offline
slinger wrote:
RedRocker227 wrote:
It sounds cool, I'll download it later.
You don't download it, it's online
Oops. :p
Offline