High quality graphic and coding tutorials  |  4881 tutorials online

PSDTUTS+ Photoshop Tutorials and More

3D and Animation » Flash Tutorials

 Flash (698)  3D Max (155)  Blender (1)
 Cinema 4D (2)


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 3.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
227 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 3.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
287 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 3.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
299 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 3.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
319 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 3.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
273 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 3.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
237 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 3.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
294 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 3.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
305 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 3.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
357 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 3.00/5
  • 1
  • 2
  • 3
  • 4
  • 5
297 Views  | Category: Flash
Using the Switch Statement in AS3 Preview

Using the Switch Statement in AS3

Learn how to execute conditional code depending on the value of a case.

  • Currently 2.88/5
  • 1
  • 2
  • 3
  • 4
  • 5
199 Views  | Category: Flash
Create a Spot the Difference Game Preview

Create a Spot the Difference Game

This tutorial will show you how to create a spot the difference game in flash using actionscript 2.0

  • Currently 2.93/5
  • 1
  • 2
  • 3
  • 4
  • 5
281 Views  | Category: Flash
Create a Dynamic Music Visualisation for your MP3 player with Actionscript 3 Preview

Create a Dynamic Music Visualisation for your MP3 player with Actionscript 3

We will create a dynamic visualisation which responds to the beats of the music being played with the SoundMixer.computeSpectrum() method;

  • Currently 2.69/5
  • 1
  • 2
  • 3
  • 4
  • 5
276 Views  | Category: Flash
Change Frame rate in Actionscript 3 Preview

Change Frame rate in Actionscript 3

In this tutorial you will learn how to change the Frame rate dynamically in Actionscript 3.0.

  • Currently 3.07/5
  • 1
  • 2
  • 3
  • 4
  • 5
210 Views  | Category: Flash
Using the trace() Command in Flash Preview

Using the trace() Command in Flash

Learn how to debug your AS3 code by showing current variable values in the output window.

  • Currently 3.16/5
  • 1
  • 2
  • 3
  • 4
  • 5
200 Views  | Category: Flash