Other smiley sets available - you change the species by going to Profile > Look and Layout > Smiley Set!
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); } } }