Macromedia Flash Tutorials |
|
|
|
|
Indicators Today: 5 Days: 15 Days: |
|
|
Flash tutorials
|
|---|
Flash Calendar
A lightweight calendar written in Actionscript. It includes navigating through months, and has a user-assigned 'click' function for when users click a day.
| | Hits:6249 Rate: 3.0(out of 5) Vote:9 Submit Date :2006-04-11 Rate It | Error | Review |
|
| | | |
|---|
Shake Effect
In this tutorial we will show you how to create shake effect on some object or text by action script.
| | Hits:1721 Rate: 3.0(out of 5) Vote:5 Submit Date :2006-04-11 Rate It | Error | Review |
|
| | | |
|---|
Interactive Spot-Light Effect (Masking) Using ActionScript
The advantage of masking a movie clip using ActionScript rather than the timeline gives you the ability to manipulate the mask with ease unlike timeline masks that cannot be created using movie clip symbols as masks.
| | Hits:1504 Rate: 5.0(out of 5) Vote:3 Submit Date :2006-04-11 Rate It | Error | Review |
|
| | | |
|---|
In this tutorial, Bert Lee will show you how to make a continuously scrolling background, using repeated graphics, and motion tweens.
| | Hits:1054 Rate: 3.0(out of 5) Vote:4 Submit Date :2007-10-31 Rate It | Error | Review |
|
| | | |
|---|
In order to create a particle effect, you must first learn to add particles to the stage, and in this video, Craig will demonstrate how to do that.
| | Hits:926 Rate: 4.0(out of 5) Vote:1 Submit Date :2007-11-12 Rate It | Error | Review |
|
| | | |
|---|
Flower in polar coordinates using action script
This tutorial describes how to create flower using only action script. And You can find here detailed description about polar coordinates that helps to create very cute things.
| | Hits:817 Rate: 0.0(out of 5) Vote:0 Submit Date :2006-04-11 Rate It | Error | Review |
|
| | | |
|---|
In this video, Craig creates the smoke particle and fleshes out some of the ActionScript for the fla file.
| | Hits:743 Rate: 3.5(out of 5) Vote:2 Submit Date :2007-11-23 Rate It | Error | Review |
|
| | | |
|---|
Color picker for your flash aplication is easy using this tutorials..description is added in the code..
| | Hits:684 Rate: 0.0(out of 5) Vote:0 Submit Date :2007-08-10 Rate It | Error | Review |
|
| | | |
|---|
Moving and rotating a rocket spaceship with button symbols
This entry-level tutorial will show you how to make button symbols and create ActionScript that will enable movement and rotation of a rocket movie clip with those same buttons. Dive in! The tutorial is very detailed and descriptive, so it is perfectly suited for beginners.
Functions are an essential part of any coding language and thus also in Flash Actionscript. They are very useful too and after you learn to use them you won't ever want to go back to not knowing about em. Functions sound like some StarTrek word that can mean a lot, but it isnt that hard to understand. Functions are like little engines that we can feed some data and the code inside the function will run when we actually trigger that function.
You create a function thisway:
functionName = function(value1,value2,etc,){
//CODE TO EXECUTE(like an engine)
}//closes the function
To call this function and thus feed that little engine you do this:
functionName(1,2,whatever);
That would trigger the function called functionName and plugs in 3 pieces of data which can be used in that function. You dont have to feed it data, but often thats what makes the function so cool, you feed it some data and you get the result returned to you. You could write some sort of routine like adding one variable to another only once and just include your function in your new document. Then you would immediately enable to use that function in other Flash files you might create.
Dont worry if this already sounds confusing because ill give you an example right now to clear this up.
| | Hits:641 Rate: 0.0(out of 5) Vote:0 Submit Date :2006-04-11 Rate It | Error | Review |
|
| | | |
|---|
Mouse replacement preloader
Learn to make a flash preloader that is acting as the cursor while the movie is loading.
| | Hits:547 Rate: 0.0(out of 5) Vote:0 Submit Date :2006-04-11 Rate It | Error | Review |
|
| | | |
| |
Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|