Well, I am stumped. My total lack of programming skills is really beginning to show
Anyway, I have some text files (load1.txt, load2.txt, load3.txt, etc…), which reside in the same folder as the main SWF movie on my PC. I want to create a action in a stop frame in the movie to check if one of these files exists, then move to another frame in the movie an play.
(I know this isn’t actual syntax, but I am only trying to show you what I mean)…
If “load3.txt” exists, goto and Play (3);
If “load2.txt” exists, goto and Play (2);
If “load1.txt” exists, goto and Play (1);
You get the idea. I know this can be done, I am just a dummy. :sigh: