A Flash Developer Resource Site

Results 1 to 10 of 10

Thread: 24 Hour Clock

Hybrid View

  1. #1
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    set a function and using set interval to have it run all the time, use it to check with an if statement and when the hour variable and the minute variable are what you want show your movie clip by moving it from off stage by simply setting the _x and _y to somewhere on stage.

    REFERENCES:
    See Manual for structure of IF statements and How to write a function.

    setInterval information:

    setInterval(functionReference:Function, interval:Number, [param1:Object, param2, ..., paramN]) : Number
    see http://livedocs.macromedia.com/flash...D00001766.html
    Last edited by blanius; 11-09-2006 at 12:18 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center