Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

New Scripts | Flash | Tutorials & Tips | Actionscript

Results 101-120 of 324
The Color object in flash
The color object in flash allows us to set RGB color value to movie clip symbols. They also help us retrieve the value once set
(0 ratings)
Reviews0
PriceFree
Views353
Mouse rollover photo effect
Using this thoroughly explained, detailed flash lesson, you will see how to create simple mouse rollover photo effect.
(0 ratings)
Reviews0
PriceFree
Views1413
Mask dragging
This, step by step, detailed action script lesson, will show you how to create mask dragging using the mouse cursor.
(0 ratings)
Reviews0
PriceFree
Views396
Active image presentation using the mouse
This, step by step, detailed action script lesson, will show you how to create trendy image presentation using the mouse and action script code.
(0 ratings)
Reviews0
PriceFree
Views811
Moving letters with mouse
This, step by step lesson, will show you how to create that every letters follow the mouse using the action script code.
(0 ratings)
Reviews0
PriceFree
Views664
Glow obejct Follow Mouse on click
In this thoroughly explained, detailed flash lesson, I will show you how to create that any object, follow the mouse on click using the Action Script 3.
(0 ratings)
Reviews0
PriceFree
Views582
Glow effect in flash using actionscript
In this tutorial, with the help of actionscript, we shall draw a star, fill color to it and provide outer glow to the same. We shall also include actionscript event to change glow color.
(0 ratings)
Reviews0
PriceFree
Views499
Drawing with actionscript
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( )
(0 ratings)
Reviews0
PriceFree
Views680
Drawing shapes using the Action Script code
In this thoroughly explained, detailed lesson, I will show you how to draw any shape using a little action script code.
(0 ratings)
Reviews0
PriceFree
Views670
Sound Controller
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
(0 ratings)
Reviews0
PriceFree
Views434
Apply Glow effect on image using the AS
In this thoroughly explained, detailed lesson, I will show you how to apply Glow filter on any image using the AS code.
(0 ratings)
Reviews0
PriceFree
Views583
Image animation using the mouse click
This, step by step action script lesson, will show you how to create image animation using the mouse click.
(0 ratings)
Reviews0
PriceFree
Views662
Blur circular animation using the AS
This, step by step, detailed action script lesson, will show you how to create circular animation. You can use this animation for some flash banner.
(0 ratings)
Reviews0
PriceFree
Views567
Orbiting animation using the AS
Using this thoroughly explained, detailed and quickly flash lesson, I will explain to you how to create orbiting animation using a little AS code.
(0 ratings)
Reviews0
PriceFree
Views567
Zoom in Zoom out using the + and - buttons
Using this thoroughly explained, detailed flash lesson, I will explain to you how to zoom in, zoom out any object, image, movie... using the + and - buttons and a little action script code.
(3 ratings)
Reviews0
PriceFree
Views1695
Fading objects with actionscript code
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
(0 ratings)
Reviews0
PriceFree
Views710
Flash actionscript tutorial to create blur effect at runtime
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.
(0 ratings)
Reviews0
PriceFree
Views455
Flash 8 actionscript tutorial to set volume of externally loaded mp3 file
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.
(0 ratings)
Reviews0
PriceFree
Views689
Preloading MP3 files
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.
(0 ratings)
Reviews0
PriceFree
Views441
Flash 8 Actionscript tutorial to load and use external mp3 files
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.
(0 ratings)
Reviews0
PriceFree
Views634
Results 101-120 of 324