Write Script Adobe Flash / ActionScript
ActionScript is an object-oriented scripting language that offers control over how your Flash content plays. In subsequent lessons, you'll see how ActionScript has evolved into ActionScript 2.0 to comprise a core set of language elements that make it easier to develop object-oriented programs.
Creating a simple Guest Book in Flash Adobe Flash / Dynamic Content
This tutorial shows you how to create a simple Guest book in Flash. This Guest book is simple, efficient, fast, and easy to implement. Their are no complicated database or xml issues to worry about. One swf, one script, and one text file. Put it together and you'll have a great Guest book for your site. In this example we use a PHP script but after you understand how it works it should be fairly easy to write the same script in Perl, ASP, or Cold Fusion. With a couple of modifications and some additions to the non-existent administration side you'll be able to create almost anything you want out of it.
Drag Mask illusion Adobe Flash / Special Effects
In this tutorial we are going to make a drag mask effect. We all know (who are advanced in flash) that masks CANNOT be dragged. So, in order to create the illusion of dragging a mask, we will create ONE movie clip and write some very simple script.
Action Script Movie Adobe Flash / ActionScript
This is a Tutorial for Flash mx, I hope you will get a greater understanding of action script. We will learn to make a small movie that is solely based on action script It will be based variables & variable counting.
Script Assist Adobe Flash / ActionScript
When you first start out with Actionscript it can be confusing trying to conquer the Actions panel. Sometimes it doesn't let you type anything. It's quite a common problem among Actionscript users. The Script Assist, which is there to help you, can become a hindrance. The Script Assist button can be enabled and disabled at any time. Once enabled, it allows you to add and tune your code by changing various forms.
Action Scripting Adobe Flash / ActionScript
In this article I will introduce you to ActionScripting and try to make clear where to write your code and the scope of your scripts.
Bezier Curve Adobe Flash / Interactivity
Using the combination of drawing script and mouse detection script, this tutorial will create a crazy bezier curve line that will follow your mouse cursor.
The power of Action Script Adobe Flash / ActionScript
In this tutorial you have a chance to learn how to create a simple Action Script example.When I drag my Movie Clip above the another Movie Clip, something happens.
Action Scripting Adobe Flash / ActionScript
In this tutorial I will introduce ActionScripting and try to make clear where to write your code and the scope of your scripts. We will speak about accessing objects at the scene using ActionScript.