Using Processing is awesome. That is unless you try to work your project so that it publishes to Java AND Javascript. My sketch functioned fine using Java. Once I switched to Javascript, the images failed to load. Loading an image directly was okay, but since I was trying to use a new technique for making […]
03.31.2013
02.08.2012
Categories: javascript | Add a Comment
This small example used Flash to create the animation frames. I used the awesome tool from Keith Peters, SWFSheet to create the sprite sheet for this demo. The bonus of using this tool is that it will show the nested and code driven animations, unlike the built in export options of Flash. The JavaScript follows […]