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

2025/3/9

HTML 5?

InaKurateGames InaKurateGames

2025/3/9

#
My game isn't translating to HTML 5. How do I do that? (I'm using Java if that even matters)
danpost danpost

2025/3/9

#
InaKurateGames wrote...
My game isn't translating to HTML 5. How do I do that? (I'm using Java if that even matters)
Here are some restrictions you may not be aware of: * don't use "java.awt" of any kind * don't use "javax.swing" of any kind * reference all sound and image files in the "sounds" and "images" folders of your scenario folder without pathnames (just the file name)
You need to login to post a reply.