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)
Category Archives: Tutorial
Downsampling Flash – Converting AS3 to AS2
I recently came across a situation where I was forced to convert a working project in Flash 9 AS3 to Flash 8 AS2. I wanted to share some of my experiences to help other weary programmers in the same predicament.
Posted in AS3, Flash, Programming, Tutorial
15 Comments
Tip: Adding version checking to your external code library
Since version 1.0 of a code library that I’m sure you’re tired of me talking about came out, I have been making steady updates, some of which break legacy code. I was also having trouble keeping track of which version … Continue reading
Posted in Architecture, AS3, Tips, Tricks, and Hacks, Tutorial
Tagged actionscript, KitchenSync, library, Tutorial
4 Comments
Protip – Making an email forward look like it was sent for the first time
Has this ever happened to you? You’re having an awesome birthday bash and you send out an email to all your closest friends… that is, all your closest friends except ‘Ed’. Now you’re faced with the embarrassing situation of having … Continue reading
Posted in In Real Life, Tutorial
4 Comments
Tweening timeline animations with KitchenSync
One of the new features in KitchenSync 1.5 is the ability to tween animations on a MovieClip’s timeline… and I’m not just talking about gotoAndPlay(), I’m talking about controlling the starting and stopping points, speed, and easing functions of an … Continue reading
Posted in AIR, AS3, Flash, Flex, Lab, physics & motion, Site-seeing, Tutorial, Videogames
Tagged KitchenSync
2 Comments
Technique: Semaphores
For the past year(!) or so I’ve had a series of articles I meant to write about some intermediate programming concepts that can allow you to write code at a higher level. I regret that it’s taken so long to … Continue reading
Posted in AS3, Programming, Tutorial
15 Comments