Jan 16, 2006 #1 skontox Technical User Joined Jan 16, 2006 Messages 4 Location DE Hello, I would like to simulate a clock with director. Is here anyone who has got a small tutorial fpr doing this? Thanks for reading! Greetings Marc
Hello, I would like to simulate a clock with director. Is here anyone who has got a small tutorial fpr doing this? Thanks for reading! Greetings Marc
Jan 18, 2006 #2 kennethkawamoto Technical User Joined Nov 19, 2002 Messages 2,710 Location GB What you need is Buddy API's baSystemTime() command. Calling this onEnterFrame will give you the info required for the clock. Kenneth Kawamoto http://www.materiaprima.co.uk Upvote 0 Downvote
What you need is Buddy API's baSystemTime() command. Calling this onEnterFrame will give you the info required for the clock. Kenneth Kawamoto http://www.materiaprima.co.uk
Jan 18, 2006 #3 kennethkawamoto Technical User Joined Nov 19, 2002 Messages 2,710 Location GB Actually, you can use "_system.time()" - no Xtra needed for this. Kenneth Kawamoto http://www.materiaprima.co.uk Upvote 0 Downvote
Actually, you can use "_system.time()" - no Xtra needed for this. Kenneth Kawamoto http://www.materiaprima.co.uk
Jan 20, 2006 Thread starter #4 skontox Technical User Joined Jan 16, 2006 Messages 4 Location DE Allright, thank you very much! That helps me a lot! Greetings skontox Upvote 0 Downvote