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)