Forum: JavaScript / DHTML / AJAX Oct 19th, 2008 |
| Replies: 1 Views: 2,034 Javascript uses a function called setTimeout that's used to call a function after a specific number of seconds. Knowing this, you can set up the scenario like this:
var time_held = 0; //these... |
Forum: JavaScript / DHTML / AJAX Dec 6th, 2007 |
| Replies: 3 Views: 1,536 I'm afraid you can't do that. That is why many people use flash for embedded games and applications. What you need to do is re-write that application/game for a web platform. Some notable web... |