Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
How to make the 2 digit display in the time ?
Author: Johan Jansen
2 Conversion of 1 digit to 2
If your minutes display " 1 " and not " 01 " , then you
just have the add the " 0 " manually, so for each digit ( from one
tille nine ) you PASTE the following code into your flash movie ( fla
)
if (time2 == 1) { time2 = "01"; } else if (time2 == 2) { time2 = "02"; }
, Then continue the code with ifelse untill you got all the numbers
from 1 to 9
Do the same with the seconds ( time 3 instead off time 2 ).
If you would like you can do the hours too, but there is no need to do that.
The code should like like this :

| » Level Advanced |
|
|
Added: : 2001-02-01
Rating: 5.81 Votes: 34
Hits: 2239
|
| » Author |
|
I am 17 years old , live in Holland, near Rotterdam. Last your I passed my HAVO exams, now I doing VWO.
I like to create games and other amzing things with flash, I prefer Flash 4 as tool, I can't get used to flash 5, besides most people have / use the flash 4 plugin.
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (29 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|