now I added this script to the final AboutMe5.swf file to try and hide the bar but does not work, also tried using different layers and the unloadMovie(4); script. It did not work.
Now Frame_move is a mov (and tried button) and the laoding bar is a mov file. I can make these fade by adusting the alpah but this only works accross the film. I cannot trigger it with the line.
if ("percentage" ==99) {
Ive tried with and without single and double quotes. and plane.
tried replacing percentage with
this._xscale
loading bar
Nothing works.
it appears to be the if script thats the problem not triggering the fad or gettig red of the pre loader altogether.
Reason being that, when you have quotes around something, it turns into a string, it won't then look for the variable with the percentage value, and why did you check if it was equals to 75? When the loader had loaded the content, its value increases to 100, which means the content has been 100% loaded. And you don't need to change the alpha of the movieclips, you can just remove them and free memory
I am back, guys ... and finally 18 :P
BRING BACK THE OLD DESIGN!! OR AT LEAST FIX THE AS TAGS