[CS3] What's in your classpath
Hey all,
Recently got stuck back into flash after a long 1 and a half years working on another project in another language. So just started mucking around with flash again. Was mucking around with this terrain generator from a game idea I have,
flash terrain generator
I started thinking I haven't got many classes that I would use from project to project. Only 3 classes really,
fps - displays the average fps of the movie
debugger - a nicer way to output and debug my movies - also outputs arrays like print_r method in PHP
keystroke - Only just added this one thanks to the post from lesli_felix
So was wondering, what are the classes you always use in your projects?