flash - what am I doing wrong?
flash - what am I doing wrong?
Out of context: Reply #4
- Started
- Last post
- 8 Responses
- drzoom0
I know now what it is ... its a problem when preloading from a textfile (so it gets stuck on the preloader.
but what is wrong with this preloader?
Scene 1, frame1:
loadVariablesNum("images/project... 0);
Scene 2, frame2:
if (_root.loaded == "yes") {
gotoAndPlay("projects", 1);
} else {
gotoAndPlay(1);
}(..._root.loaded is the last variable in the txtfile)