Make sure you're familiar with the forum rules. You can find them here.
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); } } }