Category Archives: Flash/AS

Drawing lines with ActionScript 3

Drawing lines with code may not make much sense at first. In fact, it can seem like a lot of work to simply draw a single line. Realistically, you’re probably not going to paint the Mona Lisa. Although, if you … Continue reading

Posted in Flash/AS, Flash/ActionScript, Tutorials | Tagged , , , | Leave a comment

How to Scale in Flash (Bitmap Smoothing)

I apologize to my neglected readers. I’ve been busy lately with a new puppy, and finding a new house. Plus, this stagnant air in Salt Lake City is killing me. But, I’m done making excuses so let’s talk about bitmap … Continue reading

Posted in Flash/AS, Flash/ActionScript, Tutorials | Tagged , , , , , | 2 Comments

Full Browser Flash With Centered Content Using Swfobject (AS3)

This particular technique is not new by any means, but it is nice method of going full browser. By full browser I mean the entire viewing area of FireFox, Safari, IE, or whatever you view your web pages in. The … Continue reading

Posted in Flash/AS, Flash/ActionScript, Tutorials | Tagged , , , , | Leave a comment

How to Create a Gradient Background Fill With ActionScript

“But, I can do that without code.” This is true. Creating a gradient is a somewhat mundane task that is found in almost every graphics program on the market. Flash is no exception. So why would you want to create … Continue reading

Posted in Flash/AS, Flash/ActionScript, Tutorials | Tagged , , , | Leave a comment

How to Start Building a Class Library in Flash

Hopefully if you’re reading this you’re at the stage where you’ve begun to use and understand OOP (Object Oriented Programming) as it relates to Flash. OOP sort of existed in Actionscript 2, but it’s really off to the the races … Continue reading

Posted in Flash/AS, Flash/ActionScript, Tutorials | Tagged , , | 4 Comments