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.
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.