I always find myself frustrated forgetting something about the XML scheme and the solution is normally right in front of me. This post is to serve as a reminder.
I was writing some classes this morning and decided it was about time I created my own custom XML Loading class. Once the class had loaded the xml I stored the data in a private variable and used a get method to access this data.
The problem I ran into was in [...]
READ MORE
Trigonometry Sine Waves have got to be one of my favorite methods for simple repetitive/loop easing.
Example File: http://chasevida.com/labs/AS3/Trigonometry-Sine-Waves-Ball-Motion/
READ MORE
I wanted to create a repository where I could easily access my AS3 classes when I don’t have access to my machine. So without getting overly complicated in the matter I decided to simply host them on the back of my personal site. I also decided that where I had time I’d upload a working version with variable controls to see how the class could be messed with. The result I hope will be helpful in future projects where I’m away [...]
READ MORE