Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
An easy to edit program where you can edit the speed, alpha and size of the object.You can type on the object and gives correct X and Y coordinates of the object. By Stumpy308
Another simple but useful tween class. This class smoothly transforms a color into another one based on some parameters: colors, speed, easing, etc. It's syntax is something like this : new ColorTween(target:MovieClip, startColor:Number, endColor:Number, time:Number, easing:String, easingDirection:String) By Ruben Bristian Tarnita
Another simple tween class. This class discards the color information from a picture, a button, or any other thing. It's made in AS2 and it's using the ColorMatrixFilter class. You can control the direction of the tween, the time, the easing direction and the easing type. Syntax is very simple and similar to this :
new GrayscaleTween(target:Movieclip, time:Number, easing:String, easingDirection:String)
By Ruben Bristian Tarnita
A simple Numeric ticker, useful for counter, game scoring and etc.
It has 5 digits now, but if you take a look at code you can decrease or increase the digits.
Also it's implemented in keyframes, so you can replace the digits with graphics and user the desired graphics. By MajiD Fatemian