From: Eytan H. <ey...@tr...> - 2001-01-31 20:35:33
|
Hi, I saw that someone mentioned setTimeout workarounds. Where are these used. Using setTimeout is basically JS only way of using threading. By the way that is how to kill objects. You write a static method that kills the object. Then in the objects own destroy code you add a setTimeout to that static function. |