Any thread that is unlocked is free to be posted in! Threads are not considered "dead" until they are locked.
0 Members and 0 Guests are viewing this topic.
package { import flash.display.MovieClip; public class Random extends MovieClip { public function Random() { trace("Random number:" + Math.random); } } }