Billy T
10-23-2007, 06:03 AM
hey all
in as 2 you could set up a bunch of movies with linkage ids of id1,id2, id3 etc and then get a random number and use that in the attachmovie line
eg
_root.attachMovie('id'+randomNum,'mc',1);
How do you do this in AS3?
Thanks in advance
in as 2 you could set up a bunch of movies with linkage ids of id1,id2, id3 etc and then get a random number and use that in the attachmovie line
eg
_root.attachMovie('id'+randomNum,'mc',1);
How do you do this in AS3?
Thanks in advance