Donations keep our forum going! You get some nifty perks with it too!
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); } } }