Latest News and Developments
Courtesy of WebWasp.co.uk Tutorials
Ever wanted to know how to make a digital clock. This tutorial shows you how easy it is to create a digital clock in Flash. Have a look at the time below:
Example:Download the Flash file Int 029a
A Digital Clock made in Flash MX 2004.
Note: This clock is taking the time off your local computer and displaying it on the web page through Flash. This is not perfect as I don”t know if the local users clock is correct. There are other ways of finding out the time and displaying the time but they are so much more complicated and not necessarily more accurate. So I have gone for a very simple method of creating a digital clock. It works and is very easy to create.
Cross Ref: If you want to make an Clock with a face see the: Analogue Clock Tutorial
An analogue clock.
Courtesy of WebWasp.co.uk Tutorials
Courtesy of WebWasp.co.uk Tutorials
Step One: Setting Up the Flash Document
Courtesy of WebWasp.co.uk Tutorials
Courtesy of WebWasp.co.uk Tutorials
Step Two: Creating the Clock Movie Clip - The Dynamic Text Box
Note: In the Property Inspector you can see the Text Box”s width and height. Select the Text Box with the Text Tool and drag the small square in the corner: Do not do it numerically or with the Transform tool as this will stretch the font size.
To re-size a Text Box select it with the Text tool and drag the small square.
The small square may be in either the top or bottom left corner:
The small square may even be a circle!


![]()

Mine are like this:


The Character Option Box complete.
Courtesy of WebWasp.co.uk Tutorials
Courtesy of WebWasp.co.uk Tutorials
Step Three: Creating the Clock Movie Clip - Actions
You should still be in the Time MC. If you are not open the Library and find the symbol and select Edit from the drop down menu.


// Gets the date and time info from the local computers clock
myDate = new Date();
//Gets the hours and adds a zero if the number is a single digit like this: 01
var hours = myDate.getHours()>9 ‘ myDate.getHours() : “0″+myDate.getHours();
//Gets the minutes and adds a zero if the number is a single digit like this: 01
var minutes = myDate.getMinutes()>9 ‘ myDate.getMinutes() : “0″+myDate.getMinutes();
//Gets the seconds and adds a zero if the number is a single digit like this: 01
var seconds = myDate.getSeconds()>9 ‘ myDate.getSeconds() : “0″+myDate.getSeconds();
// Displays the time like this: 00 . 01 : 01
myTime = (hours + ” . “ + minutes + ” : “ + seconds);
gotoAndPlay(1);
Note: Your Timeline should look like this:
Timeline.
Note: If you cannot see the Scene 1 Tab open the Edit bar: Window > Toolbars > Edit bar
Courtesy of WebWasp.co.uk Tutorials
Courtesy of WebWasp.co.uk Tutorials
Step Four: The Main Stage
Your Movie Clip should now be in the centre of the Main Stage:
Your clock should look like this:
The clock works fine but has no border.
Your clock is now finished. You may wish to add a border:
Clock with a border.
Note: The border is simply a rectangle with the centre deleted.
To get the rounded corner look use the Rounded Corner option: ![]()
This option button is visible once you select the Rectangle tool: ![]()
That”s all there is to it!
One of the most unique, up-and-coming, uses of Flash is within the foreign real estate sector. Real Estate marketers, keen on providing a visually stimulating and comprehensive sales experience for their customers, often call on flash designers to create intricate visual portfolios of real estate offerings. Unlike other verticals, in the condo, hotel, and rental world Flash website intros and intense imagery are acceptable, if not rule of thumb. Text doesn’t sell a nice vacation condo to a buyer. Instead, a clear, inviting, exciting layout
of the property, beach view, and condo floor plans united inside a short Flash .swf file will catch a prospective buyer’s attention, draw them in, and hopefully convert them into a sales lead.
Probably one of the most stunning and sought after vacation spots in the world right now is Costa Rica, a small Latin American nation located in beautiful Central America. Costa Rica has the best of both worlds: sweeping beach scapes of sand and palm trees from both the Caribbean and Pacific Ocean can be found within a short hour flight from the main international airport in capital city San Jose.
The pristine nature of many beach communities has spawned a new tourism based economy that has developers scrambling to build new a Costa Rica hotel on this devine beach property. The Costa Rica vacation rental market is competitive and becoming full of excellent opportunities for savvy buyers.
This is where Flash comes in. Most Costa Rica vacation condos can’t be sold over the phone. Instead, it takes graphics, eye appeal, and excitement to capture a buyer. The same goes with Costa Rica beach condos which need graphical imagery to convince customers of their beauty and value over the internet. A typical Costa Rica vacation rental can range from $500 per week to $1500. On the top end, Costa Rica vacation luxury rentals start at $1500 and run gambit to over $2500. The money spent, however, is well worth it. Costa Rica beach condos go fast and advance reservations are required. So, if you know anyone who is interested in this wonderful, exciting get-away, tell them now!
As a result, traditional Costa Rica vacation rental and Costa Rica vacation hotels have had to create a very strong IT and Web design department, in addition to the standard walk-in real estate office. This fact is soley due to the global nature of the web: customers can’t always visit first, so they chose to take a virtual tour instead. Thus, Costa Rica beach Condo developers count on a strong percentage of their sales being web-generated, in addition to standard brick and mortar operations.
What do these Flash designers use? In addition to stock photography, architectural layouts, and imagery, Flex and Action Script are employed to provide a 3 dimensional, “virtual tour” of these Costa Rica vacation rentals. The action script provides the programmer with the opportunity to fully animate condo tours, such that a prospective customer can feel as if he or she is actually inside the space they want to rent. In turn, because of the strong need of Flash, local web designers in Costa Rica have experienced high job growth and new employment opportunities. As always, foreign tourism teamed with local internet talent produces a dynamic, rich new economy that can literally change a country overnight. All this from Flash!
My Flash Resource - A continually growing collection of tutorials, thoughts and interests of a Flash Animator and/or Developer.