vosgien
11-22-2002, 10:05 AM
Hi,
Before I launch into one, just noticed that Bleeda's about again, haven't seen you for a while man, trust all is well.
Problem: I have a small animation that plays whilst my movie is loading in txt files, code on end fr. of animation is:
if (_parent.holder.EOF == "true") {
gotoAndPlay(1); //this frame has a stop() action in it
} else {
gotoAndPlay(2);//this continues the animation whilst the txt is loading
}
Now it works fine with text, but in some case I load an swf, when I unload the swf the animation should play as there is no text file and EOF is not true - but it doesn't !!!
To ensure that EOF is false I have loaded in an empty.txt that has no vars at all.
Any help appreciated - it is an annoying little bug
Cheers
Vosgien
Before I launch into one, just noticed that Bleeda's about again, haven't seen you for a while man, trust all is well.
Problem: I have a small animation that plays whilst my movie is loading in txt files, code on end fr. of animation is:
if (_parent.holder.EOF == "true") {
gotoAndPlay(1); //this frame has a stop() action in it
} else {
gotoAndPlay(2);//this continues the animation whilst the txt is loading
}
Now it works fine with text, but in some case I load an swf, when I unload the swf the animation should play as there is no text file and EOF is not true - but it doesn't !!!
To ensure that EOF is false I have loaded in an empty.txt that has no vars at all.
Any help appreciated - it is an annoying little bug
Cheers
Vosgien