Advertisment
This video tutorial shows how to create a gradient color fill using actionscript draw method.
This video tutorial shows how to horizontally poisition a movie clip using actionscript.
This video tutorial shows how to change the alpha value of a movie clip using actionscript.
This video tutorial shows how to create a vertical scale and flip using actionscript.
Learn about _root, _parent and this. And using them to refer to other movie clips on the stage.
This tutorial will teach you how to use the most commonly used conditions in Actionscript to get you started making your games, applications,...
Context menu class in flash helps to hide right click menu and add custom menu item for our project
This tutorial is about how to move an object using the LEFT, RIGHT, UP and DOWN heys in Adobe Flash 8.
In this tutorial it will be analized how can be controlled the playhead of a MovieClip using ActionScript play() and stop() methods.
ActionScript loops are tools used to execute a segment of code repeatedly for a number of times or while a certain condition is satisfied. This can...
Preloading in flash ..that is showing the users to wait..while loading..Will be useful for web site.Its time to learn in flash cs3
This tutorial will explain in detail how to customize the right click menu (context menu) in Adobe Flash 8 using ActionScript.
Reverse a String and Reverse each Word in a String with Actionscript
How to dynamically create a textfield on the stage, giving it properties and add some styling to it, all done with actionscripting.
Flash allows you to create many cool effects using only (or almost only) ActionScript. In this tutorial I'm going to guide you through...
Learn how to build your own custom function using flash actionscript 3.
Tutorial on how to load external source, XML, into your Flash movie. XML is widely used markup language that enable sharing of structured data...
The worst thing whic can happen to you is that someone who visiting your web site waiting for a movie to load. You must to use a feedback mechanism...
Creating Dynamic Objects(Movieclip or Sprite) in FlashCS3 is few steps ..alternate to createemptyMovieclip in flash8 and Adding Events
A scripted camera is just a camera created in Actionscript that follows the mouse wherever it goes. Learn how to create one here.