
Description:
Flash tutorials
Contents:
Glow button menu in Actionscript 3

 In this tutorial you will learn how to create a glow button menu effect in Actionscript 3. The menu buttons will show a glow effect when the mouse is over the menu items, and the glow effect will...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Change text direction in Flash CS4

 Everyone knows you can type horizontal text in Flash CS4, but did you know you can change the direction of the text to vertical. You can change the direction of the text without using the transform...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Freebies

 This freebies section contains a collection of free Flash related goodies. Everything available on this page can be downloaded for free. Remember to subscribe to keep updated with the latest...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Free Flash templates

 Flash websites are becoming more popular, so I have compiled a small list of websites which provides free Flash templates. If you have any suggestions for more websites, feel free to leave a comment...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Stretch menu effect in Actionscript 3

 In this tutorial you will learn how to create a stretch menu effect in Actionscript 3.0.
The menu effect will stretch horizontally when the mouse is over the menu items, and will shrink when the...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Magic 8 ball tutorial in AS3

 In this tutorial you will learn how create a magic 8 ball game in Actionscript 3.0. A magic 8 ball is a classic toy used for telling the future by answering your questions. You would normally ask a...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Load external SWF in AS3

 In this Flash tutorial you will learn how to load an external SWF file using Actionscript 3.0. In Actionscript 2.0 you could use the MovieClipLoader class or the loadMovie command to load an external...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
How to install tweenLite or tweenMax

 Many of my tutorials use the tweenLite or tweenMax plug-ins for tweening effects. A common question I get asked all the time is, how to do you install tweenLite or tweenMax? Below is a quick tutorial...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Black & white gallery part 2

 This is a small update from the black and white gallery tutorial. In the previous tutorial you had to use the timeline to add key frames to adjust the saturation property of the movie clip which...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Button component countdown in AS3

 I noticed an interesting button on a website form the other day which displayed a countdown time inside the button before actually turning into a clickable button. So, in this tutorial I will...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Blur image effect in Actionscript 3

 I previously created a Blur image effect tutorial that used the timeline to create the blurred effect. This time I will create the same effect using only Actionscript 3.0. You will need the tweenMax...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Add Blur filter to movie clip in AS3

 The Blur filter in Flash can be added using either the filters panel in the interface, or using Actionscript code. I will be showing you both methods of adding blur filters to movie clips. Firstly,...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Button component in Actionscript 3 – part 2

 This is a continuation of the previous post on the button component in Actionscript 3.0. In this post I will go into more detail about the button component. For each of the parts below you will need...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Limit colours in the colourPicker component

 In this tutorial you will learn how to limit the amount of colour swatches in a colour picker component. This means if you only want certain colour in your component, you can set these colours. To...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
ColourPicker component in Actionscript 3

 The colour picker component displays a list of colours squares called swatches which the user can select a colour from. Initially, this component only displays a single colour on a square button....
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Clicking game in Actionscript 3

 This is an update from the previous clicking game in AS2. The steps in this tutorial are exactly the same as the previous one, only the code has been converted into Actionscript 3.0. So, be sure to...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Zoom in/out effect in Actionscript 3

 In this tutorial you will learn how to create a simple zoom in and out effect using Actionscript 3.0. I have used an image of a fish to show the zoom in and out in this tutorial, but you can use...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Do not click

 Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Stage Height and Width in Actionscript 3

 The code for the stage height and stage width in Actionscript 3.0 is slightly different from the Actionscript 2.0 version. Below is a comparison of the two versions.
AS2 code
stage.height
AS3 code...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Fading menu in Actionscript 3

 In this tutorial you will learn how to create a fading navigation menu with Actionscript 3.0. This is an update from the previous AS2 navigation menu. Some knowledge of basic buttons and opening...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Checkbox component in Actionscript 3

 In this tutorial you will learn how to use the checkbox component in Actionscript 3.0. A checkbox is a small box which displays a check mark when it has been clicked. Below I will show a simple...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Button components in Actionscript 3

 In this tutorial you will learn how to use the button component in Actionscript 3.0. A button component is rectangular button which can be pushed with the mouse to perform actions. The button...
Copyright © 2009 ilike2flash. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. No unauthorized copying allowed.
Demos of the Flash CS4 workspace

 Over at the Flash Developer Connection at adobe.com you can find a collection of five video demos explaining the Flash CS4 workspace. These video demos are aimed at helping people understand and...
Home
|