You are here: DEVPPL Tutorials flash actionscript
NOTIFICATIONS
54.065
MEMBERS
15.678
TOPICS
62.243
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

Flash Tutorials - Actionscript

actionscript tutorials

12 HOUR Digital Clock

12 HOUR Digital Clock

Rating:
(0)
Clicks: 2588
Category: Flash >> Actionscript
Most clock tutorials teach you to make a 24hr digital clock because thats how flash tells the time. In this step by step tutorial, i will show you a method of converting a 24hr time into a 12hr time with a simple mathematical formula.
Virtual Tours using Flash and panoramic pictures.

Virtual Tours using Flash and panoramic pictures.

Rating:
(0)
Clicks: 1539
Category: Flash >> Actionscript
I was able to create a virtual tour of an apartment with the ability to go into different rooms.
Customized Cursor in Flash MX 2004

Customized Cursor in Flash MX 2004

Rating:
(0)
Clicks: 1072
Category: Flash >> Actionscript
You want to create advanced presentation or shooter game? Need a cursor in the shape of target or you simply tired of dull default cursors? No problem! With this easy tutorial you will be able to change the cursor in your flash presentations to anything y
Creating a preloader for use with the attachSound

Creating a preloader for use with the attachSound

Rating:
(0)
Clicks: 1549
Category: Flash >> Actionscript
Learn how to make a preoloader that will work with the attachSound method in Flash 5.
Falling Snow

Falling Snow

Rating:
(0)
Clicks: 1327
Category: Flash >> Actionscript
A quick and easy method for making a field of falling, drifting snowflakes.
Variable Scope

Variable Scope

Rating:
(0)
Clicks: 955
Category: Flash >> Actionscript
One of the first problems programmers encountered when switching from Flash 5 to Flash MX was the variables scope.
Random Numbers

Random Numbers

Rating:
(0)
Clicks: 965
Category: Flash >> Actionscript
In programming, it is nice to be able to create numbers that occur unexpectedly
How to start this ActionScript stuff?

How to start this ActionScript stuff?

Rating:
(0)
Clicks: 987
Category: Flash >> Actionscript
It is always difficult to learn a thing when you even don't know how to start. If you think programming is absolutely a strange thing, couldn't imagine how to write ActionScript. Wish this tutorial document will help you to know how to start ActionScript,
A Simple Flash Preloader

A Simple Flash Preloader

Rating:
(0)
Clicks: 1891
Category: Flash >> Actionscript
Learn how to create a very simple preloader for your flash files. This article is done in Flash 5 but also applies to Flash 4. The preloader is essential to prevent partial loading of the movie while it plays. A preloader is usually made attractive to the
Advanced XML Menu

Advanced XML Menu

Rating:
(0)
Clicks: 1011
Category: Flash >> Actionscript
This is similar to the basic XML menu, but with one key difference it has sub-menus. This tutorial will also encapsulate the menu creation inside a function that uses parameters for greater flexibility.
Introduction to Actionscript: Part 1

Introduction to Actionscript: Part 1

Rating:
(0)
Clicks: 978
Category: Flash >> Actionscript
This tutorial will show you basic actionscript and will help you make your very first actionscript code snippet.
Learn how to use Key presses in Flash 5

Learn how to use Key presses in Flash 5

Rating:
(0)
Clicks: 1027
Category: Flash >> Actionscript
Here we will learn how to make a ball move by using the arrow keys. Takes basic understanding of using flash and actionscript window.
Dropdown Menu in Flash MX 2004

Dropdown Menu in Flash MX 2004

Rating:
(0)
Clicks: 977
Category: Flash >> Actionscript
This tutorial lean you for dropdown menu sysem in flash MX 2004, for this tutorials please read "Creating basic buttons in Flash MX 2004" first.
smooth-moving analog clock

smooth-moving analog clock

Rating:
(0)
Clicks: 1000
Category: Flash >> Actionscript
WHAT'S THE DEAL: get an analog clock for your site - plus you can have it with smooth-moving hands for added design style! yay! REQUIRED: basic skills for symbol creation & code editing. get yours now! ;) THANKS TO: Marcos J Pinto for the original code.
Dynamic User Survey - Part I

Dynamic User Survey - Part I

Rating:
(0)
Clicks: 847
Category: Flash >> Actionscript
Jei Gaither is a web developer in Austin, TX. His projects out-weigh his spare time, but he still manages to find new uses for Flash and creative interfaces.
Setting a Delay using setInterval

Setting a Delay using setInterval

Rating:
(0)
Clicks: 862
Category: Flash >> Actionscript
Learn how to delay an action for a set amount of time using ActionScript or to get something to repeat. This is a simple piece of code which has lots of uses. Far too many to list here. In the examples I show you how to use setInterval to build a digital
Creating an Advanced Preloader in Flash

Creating an Advanced Preloader in Flash

Rating:
(0)
Clicks: 810
Category: Flash >> Actionscript
In the first of our Flash tutorials we show you how to make a full featured preloader step by step. We're going to control the loader bar with built in Flash functions and keep our users constantly updated with dynamic text fields. So follow along and dev
Basic Random Motion in Flash

Basic Random Motion in Flash

Rating:
(0)
Clicks: 821
Category: Flash >> Actionscript
Learn how to create simple random motion in flash with this tutorial, using easy to understand actionscript.
Customized Right Click Menu in Flash

Customized Right Click Menu in Flash

Rating:
(0)
Clicks: 676
Category: Flash >> Actionscript
This tutorial is for people who want to know how to set up customized right click menu for Flash MX 2004. Why somebody needs the customized right click menu in Flash MX? Imagine you want to protect your work with copyright information or just include your
Trace Action

Trace Action

Rating:
(0)
Clicks: 802
Category: Flash >> Actionscript
A good error checking tool to use throughout the production of a flash movie. Outputs a message and/or variable to a window during testing.
^ Back to Top