Flash help
Flash help
Out of context: Reply #10
- Started
- Last post
- 10 Responses
- caseyc0
it's simple man... come on now!
counter = 1;
then increment the counter and load the file each time:
file = (counter++) + ".swf";
path = "cards/save/";
my_mc.loadMovie(path+file);