renciso218 / blockly

Automatically exported from code.google.com/p/blockly
0 stars 0 forks source link

maze demo is broken #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. cd blockly/demos 
2. firefox index.html
3. try the maze demo

What is the expected output? What do you see instead?
I can see the dude and the maze, but i don't see the blockly interface

What browser are you using?
firefox, ubuntu12.04

Please provide any additional information below.
[11:56:00.695] file:///home/brett/blockly/demos/maze/index.html
[11:56:00.762] file:///home/brett/blockly/demos/maze/maze.js
[11:56:00.775] file:///home/brett/blockly/demos/maze/map.png
[11:56:00.787] file:///home/brett/blockly/demos/maze/marker.png
[11:56:00.792] file:///home/brett/blockly/demos/maze/1x1.gif
[11:56:00.797] file:///home/brett/blockly/demos/maze/frame.html
[11:56:00.814] file:///home/brett/blockly/demos/maze/pegman.png
[11:56:00.862] file:///home/brett/blockly/demos/blockly_compressed.js
[11:56:00.883] file:///home/brett/blockly/generators/javascript.js
[11:56:00.895] file:///home/brett/blockly/generators/javascript/control.js
[11:56:00.908] file:///home/brett/blockly/generators/javascript/logic.js
[11:56:00.919] file:///home/brett/blockly/demos/maze/language.js
[11:56:00.933] file:///home/brett/blockly/language/en/_messages.js
[11:56:00.949] file:///home/brett/blockly/language/common/logic.js
[11:56:01.046] newLanguage[name] is undefined @ 
file:///home/brett/blockly/demos/maze/frame.html:39

seems like this dude is having the same problem:
http://lastricksresort.blogspot.sg/2012/06/blockly-install-glitch-missing-logic.
html

Original issue reported on code.google.com by br...@insynchq.com on 16 Jul 2012 at 4:00

GoogleCodeExporter commented 8 years ago
Ah, we forgot to update the maze along with the rest of the demos when the 
control blocks were made generic.  Sorry about that.  Fixed (r352).

Original comment by neil.fra...@gmail.com on 16 Jul 2012 at 5:33