Random NT Voice - how?
Random NT Voice - how?
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- stimuli0
Thanks again guys, got it to work. Just made on main movie that calls up one of 4 others when it loads. Here's the actionscript for the main movie:
sounds = 4;
directory = "http://www.myurl.com/sounds/";
loadMovie(directory add Math.ceil(Math.random()*sounds) add ".swf",_level0);