This site requires JavaScript, please enable it in your browser!
Greenfoot back

What is happening right now?

danpost

reply to error while after uploaded

By danpost - 1 day ago
DIWAHAR wrote...
class: java.lang.Runtime exception - error occurs while export my game
You are referencing files in a manner that does not conform to the javascript translation. You are using file directory names, "sounds" and "images", followed by double back slashes, In Asteroid and Laser classes. Remove the directory names (and slashes) and just use the filename itself.