i'm working on my project on flash 2008 i was wondering how would i generate score randomly from 75 to 100. it will be the scoring of my karaoke project...
score = Math.random();
createTextField("dynamic_txt", 1, 10, 10, 150, 30);
dynamic_txt.text = score;
dynamic_txt.textColor = 0xE3C13E
dynamic_txt.border = false;
those are my actionscript...i know there isn't much to my codes...

New Topic/Question
Reply


MultiQuote



|