Donations keep our forum going! You get some nifty perks with it too!
0 Members and 1 Guest are viewing this topic.
package { import flash.display.MovieClip; public class Random extends MovieClip { public function Random() { trace("Random number:" + Math.random); } } }