A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [CS3] Countdown Clock

  1. #1
    Member
    Join Date
    Aug 2008
    Posts
    56

    [CS3] Countdown Clock

    I've been trying to find just a simple countdown clock. I just don't know the code for it. It's the only thing I need for my game, and I'll be done. Thanks!
    Scratch- just like Flash without "Syntax Error" (yeah, that's me on the front page. I mean, was me)

  2. #2
    Member
    Join Date
    Aug 2008
    Posts
    56
    O.K., now I just need it to wait 1 second. This is what i have:

    if (time>0){
    time -= 1;
    _root.timer = time;
    }
    Scratch- just like Flash without "Syntax Error" (yeah, that's me on the front page. I mean, was me)

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