High quality graphic and coding tutorials  |  4174 tutorials online

Premium Textures - Texturevault.net
PSDTUTS+ Photoshop Tutorials and More
Activeden - Flash Components & Effects

Flash Tutorials



External Style Sheets With Flash Preview

External Style Sheets With Flash

An external CSS file allows you to store your style definitions outside of the code. This has a few benefits.

  • Currently 0.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
72 Views  | Category: Flash
Flash: Timers Part I Preview

Flash: Timers Part I

You create a new Timer by creating a new Timer object. The constructor takes two parameters: the number of milliseconds to run and the number of events to cause.

  • Currently 0.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
84 Views  | Category: Flash
Flash: Basic Animation of Sprites Preview

Flash: Basic Animation of Sprites

Since we can change the location of sprites by changing the x or y coordinates, animation is easy. All that we have to do is constantly change the x or y positions. To do this, we can use the ENTER_FRAME event. This event runs when we enter a frame.

  • Currently 0.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
88 Views  | Category: Flash
Flash: Creating Buttons Preview

Flash: Creating Buttons

Learn how to make a button that has a better interface using Flash/Action Script

  • Currently 0.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
93 Views  | Category: Flash
Flash: Sprites and Sprite Groups Preview

Flash: Sprites and Sprite Groups

In this tutorial, we are going to make a few sprites on the stage. Then we are going to add some sprites on to the other sprites. This will get us a lot closer to being able to make some nifty games with depth.

  • Currently 0.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
89 Views  | Category: Flash
Flash: CSS and Action Script Preview

Flash: CSS and Action Script

Earlier we looked at the text format object as a way of doing simple formatting. What if you need more control? This is where you can use CSS to get a lot more flexilibity over your formatting.

  • Currently 0.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
72 Views  | Category: Flash
ActionScript and The Text Tool Preview

ActionScript and The Text Tool

In the toolbox there is a symbol that looks like a T this is for typing text on the stage.

  • Currently 0.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
78 Views  | Category: Flash
Getting User Input from Flash Preview

Getting User Input from Flash

Using the Text Input control in the components make it really easy to get user input. However, let us look at how to define a class ourselves.

  • Currently 0.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
77 Views  | Category: Flash
Drawing Graphic Primitives with Flash Preview

Drawing Graphic Primitives with Flash

ActionScript contains a lot of methods for drawing all sorts of graphic primitives. With these graphic primitives, we can draw anything complicated that we want. We could make a drawing application very similar to MS paint.

  • Currently 0.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
112 Views  | Category: Flash
Creating a Basic GUI With Adobe Flash Preview

Creating a Basic GUI With Adobe Flash

I am going to show you how to make a simple GUI with Flash and add some action script code.

  • Currently 0.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
78 Views  | Category: Flash