Search tutorials
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: 6 Votes: 34 |
| » 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) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!