Archive

Posts Tagged ‘actionscript 3’

Gradient background color changer

August 8th, 2009 No comments



In this tutorial you will learn how to use the AS3 Color Picker component to change the color of your gradient background. I will show you the technique of creating a nice gradient background

AS3 Currency Converter

July 28th, 2009 No comments



In this tutorial I will show you how to create a Currency Converter using ActionScript 3 and Flash Components. The calculations are made in runtime, no button clicks needed!

Creating a small shooting game

July 26th, 2009 61 comments



In this tutorial you will learn how to create a small “shooting stars” game using Flash and ActionScript 3. Let’s get started!

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.

ActionScript 3 full browser background

July 12th, 2009 3 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!