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

2025/3/19

error while after uploaded

DIWAHAR DIWAHAR

2025/3/19

#
class: java.lang.Runtime exception - error occurs while export my game
danpost danpost

2025/3/19

#
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.
You need to login to post a reply.