Kaoz-tutorials
Filters | RSS feed RSS feed | Our Tutorials | Submit Tutorials | Contact

Flash

< Previous 1 2 .. 8 9 10 11 12 13 14 15  16  17 18 19 20 21 22 Next >>
Photoshop
Flash
ActionScript
Animation
Drawing and Basics
Flash Effects
Game Development
Utilities
Web Layouts
HTML and CSS
JavaScript
PHP programming

Water ripple beer glass in Flash January 4th, 2008

Apply a simple water ripple effect to any object in Flash.

Flash >> Flash Effects >> blog.0tutor.com
Broken Link | 119 clicks |
  • Currently 2/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Hypnotic gear rotation tutorial January 2nd, 2008

In this Flash tutorial you will see how to make a simple gear rotation effect in just a few easy steps.

Flash >> Animation >> blog.0tutor.com
Broken Link | 81 clicks |
  • Currently 2/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Actionscript doing simple mathematics December 30th, 2007

If you want to be a programmer or just write some simple lines of code, you will need to know some math and how to use it. Here you will see how to work with mathematics in Flash actionscript.

Flash >> ActionScript >> blog.0tutor.com
Broken Link | 13 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Cool mouse follow animation December 18th, 2007

In this Flash tutorial you will see how to make an object follow your mouse cursor, this is a great feature for games, animations or just for fun.

Flash >> ActionScript >> blog.0tutor.com
Broken Link | 58 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

SetInterval December 18th, 2007

Everything in Flash happens based on events. These events can be either user initiated such as with the onMouseDown event or the pressing of a button, or can come as a result of the the passing of frames within the Flash timeline. When taking advantage of the latter, one often uses the onEnterFrame event, allowing an action or a series of actions to occur every frame. With these kinds of actions, animations can be coded to play synchronous with the passing of time along the Flash timeline. Howe...

Flash >> ActionScript >> kirupa.com
Broken Link | 22 clicks |
  • Currently 2/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Animate a Logo in Flash December 17th, 2007

With web and multimedia design there is the opportunity to add a little fun and creativity to your logo by creating a simple animation effect. Obviously this process isn’t limited to just your logo; animating an element can help draw attention to a particular object or area of a webpage or digital presentation.

Flash >> Animation >> blog.spoongraphics.co.uk
Broken Link | 103 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

The Simplicity of One Mask December 13th, 2007

An introduction to the basic concept of applying a mask, performing a test render and creating a cut out in Fluid Mask, a Photoshop plug-in.

Flash >> Drawing and Basics >> depiction.net
Broken Link | 57 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

How to make particle explosions December 11th, 2007

As a bit of a treat, I'm going to show you how to make particle "explosions" that will come in handy in games, visulisations or other projects.

Flash >> ActionScript >> gamersgarden.com
Broken Link | 68 clicks |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Applying Flash 8 Filters Using ActionScript November 28th, 2007

The new Flash 8 filters such as blur, drop shadow, and bevel are extremely easy to apply directly on objects at authoring time, but you may want to generate these effects using ActionScript to have more dynamic control over them. Generating these filters through ActionScript is not as straightforward as you might think it is, this tutorial will hopefully teach you how to do that easily. This tutorial is to be followed in Flash 8 and the created SWF files will have to be viewed on Flash 8 Player ...

Flash >> ActionScript >> oman3d.com
Broken Link | 45 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Common Errors and Debugging November 22nd, 2007

Looking at the boards and at feedback from previous tutorials, I've spotted what I believe to be the most common Actionscript errors. These vary from basic to advanced; even expert coders may learn a thing or two. Before looking at these errors, I present a brief review of Flash's debugging tools.

Flash >> ActionScript >> actionscript.org
Broken Link | 13 clicks |
  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Flash MX 2004 Undocumented Tween/Easing Classes Documented November 4th, 2007

Flash supports a shiny class called Tween which allows for some quick and cool Robert Penner style movie clip easing.

Flash >> ActionScript >> actionscript.org
Broken Link | 29 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Creating a File upload application using FileReference API November 2nd, 2007

FileReference API provides methods using which one can download or upload files from/to a server. Each FileReference object maps to a single file which can be uploaded or downloaded from/to a server. You can get the following properties of a file using the FileReference API.

Flash >> Utilities >> tutorials.lastashero.com
Broken Link | 60 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Mouse Follow with Easing October 30th, 2007

Easing is an important part of Actionscripted(AS) motion. It adds a realistic feel by speeding up and slowing down an object depending on its position to its final destination. This tutorial will teach you the basics of easing by moving an object to where the mouse is (aka mouse trailing/following). This is probably the simplest form of easing.

Flash >> Drawing and Basics >> kirupa.com
Broken Link | 74 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Easing on Mouse Click October 30th, 2007

This is the second edition of tutorials on easing, if you missed the first one, it can be found HERE. This tutorial will teach you the basics of easing by moving an object to where the mouse was clicked on the stage. Other than being an important part of AS motion, it just looks cool.

Flash >> Drawing and Basics >> kirupa.com
Broken Link | 34 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

CSS in Flash MX 2004 October 26th, 2007

A style sheet is simply a collection of rules that specify how HTML (or XML) elements within your Flash movie or web page should be formatted. Styles for Flash can be loaded from an external CSS file or created in Flash itself using ActionScript.

Flash >> Drawing and Basics >> actionscript.org
Broken Link | 20 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
< Previous 1 2 .. 8 9 10 11 12 13 14 15  16  17 18 19 20 21 22 Next >>