Actionscript
Actionscript
Out of context: Reply #6
- Started
- Last post
- 24 Responses
- StratusGD0
I'm finding it helpful to take a project I had already finished (i.e., my personal site) in AS1/2, and simply recode it as AS3. When I hit something I can't figure out, I make a new Flash file, dig into Moock's Actionscript Essentials book, and figure it out on a smaller scale. I like it this way, because I'm not worried about logic, math, or creation of assets - I'm just worrying about the AS2/3 conversion, and making the new external AS Class file work correctly (again, Moock's book is a godsend for this). It's a good project because it involves placing objects from the library, loading XML, loading JPGs, and some general logic stuff.