Thanks for the cool comment, and thanks for the tip on the text, I never noticed that it could still be selected! I'm still a novice really, so I'm glad you mentioned it.
The way I got the time was to put a date object into a variable: "var now: Date = new Date();" then made three more from that: "var hours = now.getHours();", "var minutes = now.getMinutes();" & "var seconds = now.getSeconds();" then sent them to the dynamic text field on the stage. There's a bit more to it then that obviously but that's the bone's of it. Hope that make's sense? I can message you the actionscript (AS3.0) if you want to see it all.
Yeah, real time! I'm glade you can see it all ok and not just some blank canvas! It was a little test I've been doing in Flash to get to grips with Actionscript 3.0 so most of it (apart from the actual graphics obviously) is done using code. I mainlt uploaded it to see if it worked on-line to so thanks for the feedback, dude!
The way I got the time was to put a date object into a variable: "var now: Date = new Date();" then made three more from that: "var hours = now.getHours();", "var minutes = now.getMinutes();" & "var seconds = now.getSeconds();" then sent them to the dynamic text field on the stage. There's a bit more to it then that obviously but that's the bone's of it. Hope that make's sense? I can message you the actionscript (AS3.0) if you want to see it all.