Separate names with a comma.
Please put me down for +1 if theres still time.
Better yet, you could download FlashDevelop and the free Flex SDK and make stuff for free! It is true that you can do almost everything with...
Mentioned a few times in the thread, but iD ARE using lightmaps in Tech5, but only for the world, they are using some other technique, probably...
Looking like a different game is a good thing when it currently looks like programmer art! Just because the graphics have a cute/polished feel,...
ActionScript 3 is now a very good language. There is no longer the cruft and ugliness of earlier ActionScript implementations. It is extremely...
Oh for sure, if you're deploying offline, you should most definitely be targeting Flash 9.
Joining the party a little late. But there is absolutely no reason to purchase Flash if you are targeting Flash 7/8. Grab FlashDevelop, or FDT...
Flash does not have a buffer, because of the nature of it's display model, (where code is executed, then the display is drawn from a tree of...
I agree with Eric, setInterval inside a browser is about as dependable as ... well something that isn't very dependable. We all know the...
Flash can callback to the environment its being run in by two methods. The ExternalInterface class that comes with Flash 8 is the preferred...
root is treated like any other movieclip, and you can treat it as such. As for enterframes, each one you use chugs flash a little more, I never...
No, infact, as my first post said, this is the best way to do things.
Cut your onEnterFrame usage, preferably to one - It is infact much faster to plop all of you're objects into an array and iterate through and call...