Date and Time
Sunday, October 28th, 2007 130 views | Posted in ActionScript | No Comments
Take a dynamic text field named as ‘Mytime’ which will be used in scripting and in dynamic text field time will appear.
Adjust font color and size of text according to your need.
Take a blank movie clip may be outside of movie area (canvas) and write following script on that and you are done.
onClipEvent (enterFrame) {
_root.Mytime = new Date(hour,min,sec,ms);
}
Tags: ActionScript
Posted in: ActionScript
Post's RSS » RSS 2.0
Post's Comments RSS » RSS 2.0
Respond: Post A Comment
Posted in: ActionScript
Post's RSS » RSS 2.0
Post's Comments RSS » RSS 2.0
Respond: Post A Comment



































