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 (5)
- 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)
Tag Archives: hack
SnippetSaturday: Number to String
This is some code I wrote a long time ago back when AS3 was just starting to show up on the scene (I updated it some to work on its own and to use crazy nested Vectors). I’m sure it’s … Continue reading
IDisplayObject? – Getting around the lack of an interface for the DisplayObject in Flash
Interfaces are amazing things. When I was young and green, I didn’t understand their purpose, but after working with them for a while, I will defend their use to the end. I try to create lots of interfaces early on … Continue reading
Posted in Architecture, AS3, Programming, Tips, Tricks, and Hacks
Tagged AS3, displayobject, hack, idisplayobject, interface, workaround
7 Comments
Using Abstract Classes in the Flash CS3/4 Library
Here’s a little trick that can help you save lots of time that might otherwise be spent creating multiple specialized classes in your Flash project. This trick makes use of the Base Class field in a symbol’s actionscript properties. (For … Continue reading
Posted in Flash, Programming, Tips, Tricks, and Hacks
Tagged cs3, cs4, Flash, hack, symbol
4 Comments