I'm learning Actionscript
what I'm doing is building a simple timer.
I just want flash to display the current time in a textbox
just a an exercise. can anyone give me some hints?, suggestions? heres my code:
var hrs="hours"
var mins="mins"
this.createTextField("textbox",200,25,100,20,0)
function showTime(){
textbox.getHours
textbox.getMinutes
return showTime
}
Could you also suggest any small projects I
can do to practice loops and functions?
_Mag
what I'm doing is building a simple timer.
I just want flash to display the current time in a textbox
just a an exercise. can anyone give me some hints?, suggestions? heres my code:
var hrs="hours"
var mins="mins"
this.createTextField("textbox",200,25,100,20,0)
function showTime(){
textbox.getHours
textbox.getMinutes
return showTime
}
Could you also suggest any small projects I
can do to practice loops and functions?
_Mag