Archive

Posts Tagged ‘flash’

Glowing Button Effect

August 13th, 2009 5 comments



In this quick tutorial I am going to show you how to create a nice glowing button effect using Flash and few lines of AS3 code in order to control the button. Let’s get started

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!

Colorful tabbed menu

July 22nd, 2009 1 comment



In this tutorial I will show you the easiest way to create a nice colorful menu with tabs using Flash and AS3.

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.