Archives
The Authors
Categories
- AIR (22)
- Architecture (22)
- AS3 (90)
- Client-side (9)
- Conferences and User Groups (5)
- Data (1)
- Design (15)
- Discussion (8)
- Flash (116)
- Flex (69)
- HTML5 / JavaScript (1)
- Hydra (3)
- In Real Life (36)
- iphone (5)
- Lab (6)
- Meta (4)
- Mobile (2)
- News (75)
- Objective-C (2)
- physics & motion (10)
- Process (5)
- Programming (72)
- Project (3)
- Server-side (1)
- Site-seeing (49)
- Snippets (5)
- Tips, Tricks, and Hacks (34)
- Tutorial (38)
- User Experience (25)
- Videogames (37)
Category Archives: AS3
KitchenSync Version 2.0 is now available!
I’m very proud to announce that the second version of KitchenSync has arrived! What started as a labour of love about 3 years ago has finally gotten its first much needed upgrade. Just about everything in this version is newer … Continue reading
Posted in AS3, News, physics & motion
Tagged animation, KitchenSync, launch, tween, version2.0
1 Comment
Using %tokens% with Flex resource bundles
When I use Flex, I make extensive use of Resource Bundles for all but the most basic applications. In short, they allow you to keep all of your static string values (and non-string values) separated out of your code. That … Continue reading
Posted in AS3, Flex, Tips, Tricks, and Hacks
Tagged Flex, resource bundles, strings, token
5 Comments
The Deepening – Select Your Own Adventure Edition
I’m very pleased to announce that one of my latest projects has just gone live. The Deepening – Select Your Own Adventure Edition has just gone up on Atom Films. Go give it a look, it’s hilarious. The video is … Continue reading
AS3 number to hex converter
I’ve been working on some code for converting colors lately and getting quite into bitwise operations. In one of the demos I was making, I needed a quick and easy way to see the results of a color calculation. Of … Continue reading
Posted in AS3, Lab, Programming
Tagged as3lib, bitwise, converter, hex, hexadecimal, hexit, math
5 Comments