New Scripts | Flash | Tutorials & Tips
Shine photo animation using a mask technique
posted bykreso007inAnimations
Using this thoroughly explained, detailed flash lesson, you will see how to create trendy shine animation using a mask technique.
Reviews0
PriceFree
Views656
Picture listing using a shape technique
posted byflashfridge.cominAnimations
In this thoroughly explained, detailed lesson, I will show you how to create picture listing in flash using a shape technique.
Reviews0
PriceFree
Views557
Zoom in Zoom out photo gallery
posted byvuletavinAnimations
In this thoroughly explained, detailed flash lesson, you will see how to create trendy zoom in zoom out photo gallery using some special flash tips and tricks.
Reviews0
PriceFree
Views1432
Drawing shapes using the Action Script code
posted bykreso007inActionscript
In this thoroughly explained, detailed lesson, I will show you how to draw any shape using a little action script code.
Reviews0
PriceFree
Views922
Lighting photo effect
posted bykreso007inAnimations
This, step by step lesson, will show you how to create lighting photo effect using some special flash tips and tricks and Adobe Photoshop filters.
Reviews0
PriceFree
Views861
Sharpen animation in flash
posted byvuletavinAnimations
In this thoroughly explained, detailed flash lesson, I will show you how to create sharpen image animation which can be used for some flash banner, header or some image presentation.
Reviews0
PriceFree
Views1050
Sound Controller
posted byjayanthiinActionscript
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
Reviews0
PriceFree
Views593
Text presentation in flash
Using this thoroughly explained, detailed flash lesson, you will see how to create text presentation in flash using some special flash tricks.
Reviews0
PriceFree
Views810
Dynamic image button with URL
posted byflashfridge.cominButtons
In this thoroughly explained, detailed flash lesson, you will see how to create trendy and dynamic image button with URL.
Reviews0
PriceFree
Views1291
Apply Glow effect on image using the AS
posted bykreso007inActionscript
In this thoroughly explained, detailed lesson, I will show you how to apply Glow filter on any image using the AS code.
Reviews0
PriceFree
Views814
Image animation using the mouse click
posted bykreso007inActionscript
This, step by step action script lesson, will show you how to create image animation using the mouse click.
Reviews0
PriceFree
Views797
Blur circular animation using the AS
posted byflashfridge.cominActionscript
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.
Reviews0
PriceFree
Views720
Orbiting animation using the AS
posted byvuletavinActionscript
Using this thoroughly explained, detailed and quickly flash lesson, I will explain to you how to create orbiting animation using a little AS code.
Reviews0
PriceFree
Views872
Full photo shooting animation
posted bykreso007inAnimations
Using this thoroughly explained, detailed flash lesson, you will see how to create trendy photo shooting animation in flash using some special flash tips and tricks.
Reviews0
PriceUSD 1.00
Views570
Zoom in Zoom out using the + and - buttons
posted byflashfridge.cominActionscript
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.
Reviews0
PriceFree
Views1887
Fading objects with actionscript code
posted byjayanthiinActionscript
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
Reviews0
PriceFree
Views962
Flash actionscript tutorial to create blur effect at runtime
posted byjayanthiinActionscript
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.
Reviews0
PriceFree
Views605
Flash 8 actionscript tutorial to set volume of externally loaded mp3 file
posted byjayanthiinActionscript
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.
Reviews0
PriceFree
Views906
Preloading MP3 files
posted byjayanthiinActionscript
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.
Reviews0
PriceFree
Views589
Flash 8 tutorial to create blur effect or motion effect
posted byjayanthiinAnimations
While watching cartoons or certain ads, I always wondered, how do they give this blur effects to depict characters moving fast. I still don't know how they do, but getting the same effect in flash 8 is really simple.
Reviews0
PriceFree
Views598