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

3 days ago

HTML 5?

InaKurateGames InaKurateGames

3 days ago

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

3 days ago

#
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.