A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Please, need help, creating a counter that goes up all the time.

  1. #1
    Senior Member
    Join Date
    Apr 2004
    Posts
    231

    Please, need help, creating a counter that goes up all the time.

    The basic idea is to have an odometer type thing, that would go up 9 times a second, and it would go up whether you are on the site or not.

    So if I started it now, and checked back in on the site in a couple of days it would be at say 300,000, and then I would check back in a couple days later and it might be at 600,000.

    How would I go about doing this. I have an mc with the actual digit animations...but what code could make this happen?

    Thanks.

  2. #2
    Registered User nunomira's Avatar
    Join Date
    May 2002
    Location
    portugal
    Posts
    7,003
    hi,

    In order to do such thing you need to store that data somewhere. This would be a database or a simple text file.
    In order to do this, you need a server side scripting language such as PHP or ColdFusion.

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