Introduction to ActionScript 2 Adobe Flash / ActionScript
The ActionScript is the programming language that Macromedia Flash has used from the very beginning, and that Flash 8 uses too. In general, we can say that the ActionScript will allow us to make everything what we propose with Flash 8, since it gives absolute control over everything related to a Flash movie, absolutely everything.
Fresh Fruit for Rotting Vegetables Adobe Flash / Math and Physics
Some basic inertia techniques - position, scale, and rotation... intermediate knowledge of actionScript is required.In this tutorial, we're going to be creating an object (i used an apple), that will randomly resize, move, and rotate when a button is pressed. all using some simple deceleration code to give things a nice feel.
Exploring the Flash Professional 9 ActionScript 3.0 Preview Adobe Flash / ActionScript
This article walks you through creating a new shape using the drawing tools in Flash. After learning how to interact with the shape so it reacts to button clicks and mouse movement, you'll see how to move the ActionScript from the main Timeline into an external file that you can link to symbols in the Library or to the main Flash document itself.
Drag & Drop In Flash Adobe Flash / Getting Started
Dragging and dropping is used everywhere. Not only in general file moving and placing, but also within games. It my be necessary to move a certain item elsewhere for a puzzle or adventure game. We're going to take a look at the basics of dragging and dropping in Flash. It is a very simple effect to conquer. It only requires a few lines or Actionscript to work, and I shall explain what the Actionscript is telling Flash to do. If you would like to see an example of what you can create, click here.
Flash Actionscript Programming Basics Adobe Flash / ActionScript
There are currently 2 versions of Actionscript.Actionscript 1.0 (AS 1.0) is the version that works with Flash MX.Actionscript 2.0 (AS 2.0) is the new language that ships with Flash MX2004.
Most items in these tutorials will cover both AS 1 and AS 2.
Where there is a difference I will indicate it.Actionscript 1.0 will work with Flash MX2004 but Actionscript 2.0 will not work with Flash MX.
Flash Actionscript Programming Basics Adobe Flash / ActionScript
There are currently 2 versions of Actionscript. Actionscript 1.0 (AS 1.0) is the version that works with Flash MX. Actionscript 2.0 (AS 2.0) is the new language that ships with Flash MX2004. Most items in these tutorials will cover both AS 1 and AS 2. Where there is a difference I will indicate it. Actionscript 1.0 will work with Flash MX2004 but Actionscript 2.0 will not work with Flash MX.
Flash Actionscript 2.0 Programming Basics Adobe Flash / ActionScript
This course is adapted from the book "C++ Primer" by Stanley Lippman.There are currently 2 versions of Actionscript. Actionscript 1.0 (AS 1.0) is the version that works with Flash MX. Actionscript 2.0 (AS 2.0) is the new language that ships with Flash MX2004. Most items in these tutorials will cover both AS 1 and AS 2. Where there is a difference I will indicate it. Actionscript 1.0 will work with Flash MX2004 but Actionscript 2.0 will not work with Flash MX.
Drag And Drop Items Adobe Flash / Interactivity
Dragging and dropping is used everywhere. Not only in general file moving and placing, but also within games. It my be necessary to move a certain item elsewhere for a puzzle or adventure game. We're going to take a look at the basics of dragging and dropping in Flash. It is a very simple effect to conquer. It only requires a few lines or Actionscript to work, and I shall explain what the Actionscript is telling Flash to do.
Flash Professional 9 ActionScript 3.0 Preview Adobe Flash / ActionScript
Adobe Flash Professional 9 ActionScript 3.0 Preview provides registered users of Flash Professional 8 with early access to the new ActionScript 3.0 language and the ability to publish to the newly-released Flash Player 9. ActionScript 3.0 and the new ActionScript Virtual Machine introduced with Flash Player 9 are among the most significant advances in the history of Flash. These new advancements, made in Flash Player 9, provide a more robust programming model, achieve standards compliance, and deliver ground-breaking performance improvements.
Flash MX 2004 ActionScript Learning Guide Adobe Flash / ActionScript
ActionScript is the scripting language for Macromedia Flash. It makes your Flash content interactive. ActionScript provides a more efficient way to do things in Flash, from creating simple animations through designing complex application interfaces. With the release of Macromedia Flash MX 2004 Macromedia introduced ActionScript 2.0.
Writing ActionScript 3.0 in Flash Adobe Flash / ActionScript
The Flash Professional 9 ActionScript 3.0 Preview is the only development environment that allows you to create Flash documents (FLA files) that use ActionScript 3.0, although you can also compile SWF files from ActionScript (AS) files using Flex Builder 2.