Using Flash CS3 components, Part 2

July 19th, 2009 No comments



Today I will show you how to create a nice flash application using the Slider component. This slider will be used to rotate and scale objects on the stage.

Random color transform with AS3

July 18th, 2009 2 comments



In this quick tutorial I will show you how to change the color of a Movie Clip using the Color Transform class and Math.random.

Flash slideshow presentation

July 15th, 2009 2 comments



In this tutorial I will show you how to create a nice image presentation using Flash CS3 and few lines of ActionScript 3 code.

Using Flash CS3 components, Part 1

July 14th, 2009 No comments



In this collection of tutorials I will show you the power of the Flash CS3 components and how to use them in the best way.
I am going to start with the List component. I will show you how to easily populate XML data into the List.

ActionScript 3 full browser background

July 12th, 2009 2 comments



Today I will show you one of the must know techniques in Flash. We will be using ActionScript 3 to fill the whole browser window with a background pattern. Also, I will show you how to center your content on the stage. So, what we want to do is when we resize the browser, the content is centered and the background pattern is not scaled. Let’s get started!

Animated buttons with AS3

July 9th, 2009 No comments



Today I will show you how to create cool animated buttons using Flash CS3 and ActionScript 3.
Let’s get started!