Top Rated Scripts | Flash | Tutorials & Tips
Attractive animation using the same two images
posted byflashfridge.cominAnimations
In this thoroughly explained, detailed lesson, I will show you how to create attractive animation using the same two images.
Reviews0
PriceFree
Views1065
Matthew Casperson
posted byphyxxinActionscript
Learn how to create 3D transitions between images with Papervision 3D. Demo and source code included.
Reviews0
PriceFree
Views589
Letters animation without AS
In this thoroughly explained, detailed lesson, I will show you how to create practical letters animation without AS.
Reviews0
PriceFree
Views1165
Attractive appearance and disappearance photography animation
posted bykreso007inAnimations
Using this thoroughly explained, detailed flash lesson, you will see how to create attractive appearance and disappearance photography animation using some special flash tips and tricks.
Reviews0
PriceUSD 10.00
Views639
Flying letters effect
posted byflashfridge.cominEffects
Read this thoroughly explained, detailed tutorial and see how to create advanced flying letters animation, which you can use for any flash banner or some presentation.
Reviews0
PriceFree
Views1904
Green blur animation
posted byvuletavinAnimations
Using this thoroughly explained, detailed flash lesson, you will see how to create modern blur animation, which you can use for any flash banner, for some presentation.
Reviews0
PriceFree
Views544
Rotating animation using the mask technique, AS and image
posted byflashfridge.cominAnimations
Using this thoroughly explained, detailed flash lesson, I will explain to you how to create cool rotating animation using the mask technique, action script code and image.
Reviews0
PriceFree
Views1445
Matthew Casperson
posted byphyxxinActionscript
See how to easily load Papervision textures from the web using the asynchronous Loader class. Demo and source code included.
Reviews0
PriceFree
Views490
Trendy photography flash menu with sound and URL
posted bykreso007inNavigation
Using this thoroughly explained, detailed flash lesson, you will see how to create advanced and trendy photography flash menu with sound and URL which can be used for any web site.
Reviews0
PriceUSD 10.00
Views1132
Image animation using the AS
posted byvuletavinAnimations
Using this thoroughly explained, detailed flash lesson, you will see how to create advanced Image animation using the Action Script code and mouse moving.
Reviews0
PriceFree
Views909
Matthew Casperson
posted byphyxxinActionscript
Get started with the Away3D Flash 3D engine with this detailed tutorial. Demo and source code included.
Reviews0
PriceFree
Views465
Frame by Frame blic photo effect
posted byflashfridge.cominEffects
This, step by step, detailed flash lesson, will show you how to create trendy blic blic photo effect using some special flash tips and tricks.
Reviews0
PriceFree
Views1042
Zoom in Zoom out sun effect
In this thoroughly explained, detailed lesson, I will show you how to create cool zoom in, zoom out sun effect using some special flash tips and tricks.
Reviews0
PriceFree
Views1661
Illusion image presentation
posted byflashfridge.cominAnimations
In this thoroughly explained, detailed lesson, I will show you how to create attractive image illusion presentation using some special flash tips and tricks.
Reviews0
PriceFree
Views857
Flash 8 Actionscript tutorial to load and use external mp3 files
posted byjayanthiinActionscript
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.
Reviews0
PriceFree
Views901
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
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 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
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
Views604
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
Views961