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: Tips, Tricks, and Hacks
Adobe MAX 2010
Many of you are just arriving in my beautiful sunny city at this very moment for Adobe Max. I hope to see you there! Here’s what I’m going to look like! Here’s a list of places close to downtown that … Continue reading
Posted in Conferences and User Groups, In Real Life, Tips, Tricks, and Hacks
Tagged adobe, conference, max
Leave a comment
Killing 3D Transforms
Here’s a quick tip. If you’ve ever dealt with 3D in Flash Player 10+ you’ll know that DisplayObjects in 3D in Flash Player are bitmap-cached; only the bitmap representation is transformed in 3D. Recently I was working on a site … Continue reading
Posted in AS3, Tips, Tricks, and Hacks
1 Comment
Side-by-side comparison shows blitting isn’t a huge speed bump
This isn’t a new article, but it touches on a topic I’ve heard a lot about recently. That is, pixel ‘blitting‘. Blitting is an old school process used in sprite-based games of essentially erasing a spot in a bitmap image … Continue reading
Posted in AS3, Programming, Tips, Tricks, and Hacks, Videogames
Tagged animation, bit, blit, oldschool, sprite
3 Comments
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
The art of the conference
I’ve just wrapped up my third GDC conference. I learned loads from it and feel incredibly rejuvenated creatively! But before I talk about what I learned there, I wanted to take a moment to share some helpful guiding principles for … Continue reading
Posted in Conferences and User Groups, In Real Life, Tips, Tricks, and Hacks
Tagged conference, gdc, lifeskills, social
Leave a comment