Creating appealing data visualization has always been one of Flash’s key features. It allows you to achieve eye candy results with real dynamic data; be it in a preloader, a game, or an office presentation.
This simple tutorial will show you how to build a needle gauge meter. You’ll learn how to apply a “gloss” effect, communicate with XML, and apply a tween engine to rotations.
Step 1: Folder Setup
Create three files: gauge.fla, gauge.xml, and Main.as.
Step 2: XML Structure
Open gauge.xml. This file will contain the data that populates the meters; edit them however you like based on the following structure:
<?xml version=”1.0″ encoding=”ISO-8859-1″ ?>
<indicators>
<gauge>
<value>64</value>
<description>Male</description>
</gauge>
<gauge>
<value>26</value>
<description>Female</description>
</gauge>
</indicators>
Value is a percentage and so should be between 0 and 100. The description will be displayed on the corresponding gauge.
Step 3: Stage Settings
Open gauge.fla and change the settings as shown…
789 readers
1745 readers
1793 readersImagine you’ve promised your client he will have that menu idea you told him about later on today, when you meet. You open up Flash and begin a rough but great example, which you can code or extend later. During this tut we’ll focus on making just such a menu; as customizable as possible, without
1118 readers
1299 readers
980 readers
1570 readersUsing the Flash drawing tools we’ll create a nice looking Radio Button that will make use of the Timeline and Mouse Events in ActionScript 3 to perform a user declared action. Final Result Preview Let’s take a look at the final result we will be working towards: Click the top radio box to see how
498 readers
1398 readersAn Internet Protocol Address (IP Address), is a unique number assigned to every device connected to the Internet. For different reasons, it can be useful to get the user IP address, like blocking a spammer user in a chat application for example. In this tutorial, I will show you how to get and display the
945 readers
8,013
Subscribe to RSS headline updates from:
GurusUnleashed
Powered by FeedBurner
Curious what others are searching for? Below are the most popular search terms over the last 30 days.

