Main > Free Download Search >

Free actionscript 2 script

actionscript 2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2097
Sound Controller Actionscript 2.0

Sound Controller Actionscript 2.0


In this tutorial, we will learn, To attach external .mp3 file to swf To create preloader for sound file To create play / stop button Volume controller Balance (Pan) controller more>> In this tutorial, we will learn, To attach external .mp3 file to swf To create preloader for sound file To create play / stop button Volume controller Balance (Pan) controller<<less
Added: 2009-04-04 License: Freeware Price: $0.00USD
24 downloads
Preloading MP3 files Actionscript 2

Preloading MP3 files Actionscript 2


To preload MP3 file, we can use setinterval() function to create polling mechanism that checks the bytes loaded for a Sound or NetStream object at predetermined intervals. We can use Sound.getBytesLoaded() and Sound.getBytesTotal() methods to more>> To preload MP3 file, we can use setinterval() function to create polling mechanism that checks the bytes loaded for a Sound or NetStream object at predetermined intervals. We can use Sound.getBytesLoaded() and Sound.getBytesTotal() methods to track downloading progress of MP3 files.<<less
Added: 2009-03-25 License: Freeware Price: $0.00USD
12 downloads
Drawing with actionscript Actionscript 2.0

Drawing with actionscript Actionscript 2.0


This tutorial will teach us on how to draw at runtime using actionscript code. We will use drawing methods of movieclip class to draw shapes in the SWF file in response to events. The following are the movieclip class drawing methods beginFill( more>> This tutorial will teach us on how to draw at runtime using actionscript code. We will use drawing methods of movieclip class to draw shapes in the SWF file in response to events. The following are the movieclip class drawing methods beginFill( ) beginGradientFill( ) clear( ) curveTo( ) endFill( ) lineTo( ) lineStyle( ) moveTo( )<<less
Added: 2009-04-25 License: Freeware Price: $0.00USD
42 downloads
Fading objects with actionscript code Actionscript 2

Fading objects with actionscript code Actionscript 2


While working with movie clips on stage, we you might want to fade the movie clip in or out instead of toggling its _visible property. There are two procedures to animate a movie clip By using onEnterFrame event handler By using set interval() more>> While working with movie clips on stage, we you might want to fade the movie clip in or out instead of toggling its _visible property. There are two procedures to animate a movie clip By using onEnterFrame event handler By using set interval() function<<less
Added: 2009-03-25 License: Freeware Price: $0.00USD
15 downloads
Scrapbook Photo Gallery tutorial in Flash Actionscript 2.0

Scrapbook Photo Gallery tutorial in Flash Actionscript 2.0


Goodie!! We will learn three flash behaviors while creating this eye-catching photo gallery and they are - Load external graphic behavior , On-click behavior to lift photograph right on top and Drag -and- drop behavior . more>> <<less
Added: 2009-07-08 License: Freeware Price: $0.00USD
47 downloads
Text Enhancement / using styles and HTML pages in Flash actionscript 2.0

Text Enhancement / using styles and HTML pages in Flash actionscript 2.0


When we say we are enhancing text in flash by implementing ‘styles’ to it, We certainly mean we have a styles (.css) page and an HTML page, which is loaded into flash. more>> <<less
Added: 2009-07-03 License: Freeware Price: $0.00USD
19 downloads
Flash 8 tutorial to create blur effect or motion effect Actionscript 2

Flash 8 tutorial to create blur effect or motion effect Actionscript 2


While watching cartoons or certain ads, I always wondered, how do they give this blur effects to depict characters moving fast. I still dont know how they do, but getting the same effect in flash 8 is really simple. more>> While watching cartoons or certain ads, I always wondered, how do they give this blur effects to depict characters moving fast. I still dont know how they do, but getting the same effect in flash 8 is really simple.<<less
Added: 2009-03-25 License: Freeware Price: $0.00USD
14 downloads
Flash actionscript tutorial to create blur effect at runtime Actionscript 2

Flash actionscript tutorial to create blur effect at runtime Actionscript 2


BlurFilter (flash.filters.BlurFilter) flash.filters package contains BlurFilter class, which allows us to apply blur visual effect to movie clips, text fields, and buttons at runtime. more>> BlurFilter (flash.filters.BlurFilter) flash.filters package contains BlurFilter class, which allows us to apply blur visual effect to movie clips, text fields, and buttons at runtime.<<less
Added: 2009-03-25 License: Freeware Price: $0.00USD
26 downloads
Flash 8 Actionscript tutorial to load and use external mp3 files Actionscript 2

Flash 8 Actionscript tutorial to load and use external mp3 files Actionscript 2


To load external MP3 files at runtime, we need to use loadSound() method of Sound class. This method has 2 variable as shown below, public loadSound(url:String, isStreaming:Boolean) : Void The isStreaming parameter indicates whether the sound is an more>> To load external MP3 files at runtime, we need to use loadSound() method of Sound class. This method has 2 variable as shown below, public loadSound(url:String, isStreaming:Boolean) : Void The isStreaming parameter indicates whether the sound is an event or a streaming sound.<<less
Added: 2009-03-25 License: Freeware Price: $0.00USD
10 downloads
Flash 8 actionscript tutorial to set volume of externally loaded mp3 file Actionscript 2

Flash 8 actionscript tutorial to set volume of externally loaded mp3 file Actionscript 2


In this tutorial, we will learn how to adjust volume of an externally loaded MP3 file in flash. As we all know, to get this done, we are basically revolving around sound object. The method used to adjust sound volume is setVolume() of sound object. more>> In this tutorial, we will learn how to adjust volume of an externally loaded MP3 file in flash. As we all know, to get this done, we are basically revolving around sound object. The method used to adjust sound volume is setVolume() of sound object. Similarly we can even retrieve the already set volume by getVolume() method, getVolume() returns the sound volume level as an integer from 0 to 100, where 0 is off and 100 is full volume. The default setting is 100.<<less
Added: 2009-03-25 License: Freeware Price: $0.00USD
16 downloads
Actionscript MD5

Actionscript MD5


An ActionScript implementation of MD5 hash algorithm. This Actionscript is used to process a variable length message into a fixed-length output of 128 bits using the MD5 algorithm. more>> An ActionScript implementation of MD5 hash algorithm. This Actionscript is used to process a variable length message into a fixed-length output of 128 bits using the MD5 algorithm.<<less
Added: 2007-05-14 License: Freeware Price: FreeAdditionalInfoConsidersupportingwww.webtoolkit.infobyclickingthebannersonthatwebsite
630 downloads
Curve lines with ActionScript

Curve lines with ActionScript


Learn how to create a curve lines using Action Script. more>> Learn how to create a curve lines using Action Script.<<less
Added: 2006-06-04 License: Freeware Price: Free
1255 downloads
Work with Arrays in Actionscript 3 part 2

Work with Arrays in Actionscript 3 part 2


In this flash actionscript tutorial you will learn all you need to know about multidimensional arrays. more>> In this flash actionscript tutorial you will learn all you need to know about multidimensional arrays.<<less
Added: 2008-11-10 License: Freeware Price: $0.00USD
19 downloads
Complication using Actionscript

Complication using Actionscript


This tutorial will show you how to create some kind of Complication using Action Script. more>> This tutorial will show you how to create some kind of Complication using Action Script.<<less
Added: 2006-05-21 License: Freeware Price: Free
1265 downloads
Creating Popup using ActionScript 1.0

Creating Popup using ActionScript 1.0


To launch a pop-up, we use PopupManager class in flex. The example below demonstrates on how to create a popup using ActionScript. The PopUpManager singleton class creates new top-level windows and places or removes those windows from the layer on top of more>> To launch a pop-up, we use PopupManager class in flex. The example below demonstrates on how to create a popup using ActionScript. The PopUpManager singleton class creates new top-level windows and places or removes those windows from the layer on top of all other visible windows.<<less
Added: 2009-01-01 License: Freeware Price: $0.00USD
18 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5