forumnz Posted January 18, 2009 Share Posted January 18, 2009 I need to have a script that counts down to 'a number' by '2.5' every '11' seconds. I am new to JavaScript. How can I do this? Thanks. Quote Link to comment Share on other sites More sharing options...
corbin Posted January 18, 2009 Share Posted January 18, 2009 setTimeout() It would call a function every 11 seconds that would reduce a variable by 2.5 and then update a display somewhere. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.