Archive for the ‘StarRequests’ Category
StarDribbbleLib – AS3 Dribbble Library
What is Dribbble?
Dribbble is show and tell for designers, developers and other creatives. Share sneak peeks of your work as “shots” – small screenshots of the designs and applications you’re working on.
Continue reading »
StarRequests: Making modular requests using AS3 Signals
Background
The concept of making modular requests is one I’ve used in recent projects, and I thought it was time to standardise and release this as a library. Each request revolves around a simple interface:
The aim is to make each request modular, consistent, simple and for it to clean up after itself. By making each request implement an interface, and therefore consistent, it facilitates the creation of useful utilities. With this in mind I thought I’d put together a library of common requests and utilities.
Continue reading »

