Web Links [Tag : design]
Drag and rotate the pieces to solve the puzzle. Well structured library items and actionscript code. A readme.txt file which describes how to create your own puzzle. After you get used to it you will need no more than 45 minutes to create a puzzle of your own - about 20 mins to draw the pieces according to a scanned design, about 10 mins to chosse the colors :), about 10 mins to setup the library items, about 5 mins to change some actionscript code. Watch out for the reward animation! :)
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Aug 23, 2008 Hits: 1 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Drag and rotate the pieces to solve the puzzle. Well structured library items and actionscript code. A readme.txt file which describes how to create your own puzzle. After you get used to it you will need no more than 45 minutes to create a puzzle of your own - about 20 mins to draw the pieces according to a scanned design, about 10 mins to chosse the colors :), about 10 mins to setup the library items, about 5 mins to change some actionscript code. Watch out for the reward animation! :)
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Aug 23, 2008 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Drag and rotate the pieces to solve the puzzle. Well structured library items and actionscript code. A readme.txt file which describes how to create your own puzzle. After you get used to it you will need no more than 45 minutes to create a puzzle of your own - about 20 mins to draw the pieces according to a scanned design, about 10 mins to chosse the colors :), about 10 mins to setup the library items, about 5 mins to change some actionscript code. Watch out for the reward animation! :)
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Aug 23, 2008 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
A simple blur tween class. You can set the amount of both horizontal and vertical blur, the direction, the quality of the effect, the time, the easing type and easing direction. Very easy to use. The syntax is something like this :
new BlurTween(target:Movieclip, direction:String, xAmount:Number, yAmount:Number, quality:Number, time:Number, easing:String, easingDirection:String)
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Sep 10, 2008 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
The Particulator component lets you create high quality particle system effects at author time. Visually compelling animations such as smoke, fire, sparkles, and 'fields' of particles can be made with a few mouse clicks! Choose movie clips you wish to use as particles, set appearance, physics and environment properties, and export your movie to see your particles in action! A custom UI panel is provided to give you a live preview of settings you choose before exporting your swf.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Sep 17, 2008 Hits: 2 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
ALL CONTENT IS XML DRIVEN.
4 PAGES: about us, services, portfolio and contact.
XML driven COMPANY NAME.
Nice working clock :P.
Nice animations.
The only thing you need Flash for here is to customize the RIGHT CLICK MENU. That's all. Everything else is XML driven.
EASILY REPLACE ALL THE IMAGES IN THIS TEMPLATE, INCLUDING THE BUTTON GRAPHICS, to customize this template to suit your needs
EASILY REMOVE THE CLOCK AND THE CIRCLES movieclip (from the left down side of the template)
EASILY INSERT YOUR COMPANY'S LOGO
Basically, you can change everything in this template, except for the animations :D
Well explained HELP FILE
ABOUT US
- xml driven button name
- xml driven page title
- xml driven content
- easing "smart scroller", that calculates the length of the dynamic text and scrolling only that specific length
SERVICES
- xml driven button name
- xml driven page title
- xml driven content (menu and description)
PORTFOLIO
- xml driven button name
- xml driven page title
- xml driven content (menu and galleries)
- scrolling thumb gallery with description and link
- supports swf as well
CONTACT
- xml driven button name
- xml driven page title
- xml driven content
- PHP contact form
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Sep 24, 2008 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Package includes: FLA
Opens with: Flash 8, Flash CS3
AS Version: ActionScript 2.0
Viewable with: Flash Player 8 and above
Various bubbles with different effects will appear when your mouse moves, creating a very cool effect!
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Nov 25, 2008 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Package includes: FLA
Opens with: Flash 8, Flash CS3
AS Version: ActionScript 2.0
Viewable with: Flash Player 8 and above
Simply drag and drop the MovieClip into any existing or new Flash project or app. and it will work great.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Nov 25, 2008 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
This is Car Rental template with xml CDATA, preloader, xml menu, banner rotator, xml gallery, datagrid info.
Main features:
Fully configurable through XML
XML Banner rotator
XML Menu
XML Gallery
XML Datagrid
Package includes: FLA
Opens with: Flash CS3
AS Version: ActionScript 2.0
Viewable with: Flash Player 8 and above
From heart of Europe Mirek Kodes
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Nov 25, 2008 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Usage:
1) Import package called script.Script
2) Instantiate an object called Script as shown below:
var scripter:Script = new Script(background, pen);
* First parameter: the background
* Second parameter: the pen (should be transparent), so you can use makeTransparent included function
3) Add the object to the main Sprite: addChild(scripter);
4) Methods:
*setListener(listener:Function):void
- Set the listener char counter callback function, must be:
public function charReader(char_n:int):void
*write(char_number:int = 0,interval:int = 30):void
-Start writing begining at char_number and interval milliseconds
*getCanvas():Shape
-Return canvas object. Usually used to set the line size
*setScale(scale:Number):void
-Sets the font scale
*getPosition():Point
-Return writing position
*setPosition(x:int,y:int):void
-Sets writing position
*getTextLength():int
-Return text length
*getText():String
-Return the text
*setText(text:String):void
-Sets the text to write
*traceLine(xa:int, ya:int, xb:int, yb:int, scl:int,interval:int,listener:Function):void
-Trace pen's line starting at xa,ya ending at xb,yb with scl resolution and interval milliseconds
-The listener function must be this one:
endLine():void (end line trace notification)
5) Run
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Nov 25, 2008 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR