MonashAlexandria / snapapps

a visual programming language inspired by Scratch
http://snap.berkeley.edu
2 stars 5 forks source link

Costumes and Sounds missing / broken #75

Closed aidanlane closed 9 years ago

aidanlane commented 9 years ago

Click File -> Costumes... doesn't work:

Failed to load resource: the server responded with a status of 404 (Not Found)
     IDE_Morph.getURL @ gui.js:4255
morphic.js:7598 Uncaught TypeError: this.text.split is not a function
Craxic commented 9 years ago

The code was relying on the server to list files in a directory for them in a specific format. That doesn't happen on gh-pages, so I altered it.

aidanlane commented 9 years ago

Clever workaround, thanks Matt!