FITC Unconference @ MAX 2010

2010-10-25 00:00:00 2010-10-28 00:00:00 America/Toronto FITC Unconference @ MAX 2010 Join FITC on October 25-27 in Los Angeles for Adobe MAX 2010 which will bring together thousands of forward-thinking designers, developers, and business decision makers that are shaping the future of our industry. As part of the agenda at this year’s MAX, Adobe has added… Los Angeles FITC Los Angeles

Presentation


Overview

Blitting is a technique that allows you to rapidly draw bitmaps to a screen. This is one of the oldest techniques for displaying graphics on a screen and was used heavily in the 8bit and 16bit video game days. Even though this is an old technique it doesn’t mean Blitting still doesn’t apply to modern Flash development. Bitmap manipulation is incredibly fast in Flash and can be used to scroll large images, make games, or perform generative art. By harnessing the power of the Bitmap and BitmapData classes in the Flash Player you can achieve incredible run time compositing.

In this talk we will discuss how to take advantage of blitting in desktop, web, and mobile Flash apps. By looking at real world examples of blitting such as the Hype framework, Flixel and The Johnny Cash Project you will get a better understanding of how to take advantage of Blitting in your own project. I will also cover how each of these examples can be ported over to mobile. All code in this talk will be available as open source for people to use, explore, and learn from. Blitting is a powerful tool that every Flash developer should have a basic understanding of since it can apply to so many different situations and platforms.