Ping h88, or anyone else that can help!

Hey everyone, i’m having a problem with a movie i’m making…It’s explained in the file called ReadThis!.txt in the zip…It’s not that hard a problem and i’m sure h88 or most of you guys can fix it =)

Kirupa said I couldn’t attach the ZIP as it was too big, even tho it isn’t big…anyways here it is:

www.se-miserious.com/helpme.zip

Let me know how you get on and thanks a lot, if you decide to have a look!

Change the LoadVars code in the “design” movie from the one before to the one below:

loadText = new LoadVars();
loadText.onLoad = function() {
	scroller.html = true;
	scroller.htmlText = this.var1;
};
loadText.load("designwelcome.txt");

Btw, i noticed in web design page, ur using loadVariableNum, please use exactly the same code above rather than loadVariableNum, and change the var!

PS. I really dun like someone to contact me directly, there are really many people in the forum that can help you with that. :slight_smile:

Will this load it onto the right level??

Hey thanks man it worked, u really saved my bacon!

I noticed that you did loadText.load(“textfile.txt”, 2), that one won’t work though, LoadVars create an object, unlike loadVariableNum, which loads into levels, so it should look like exactly as i specified you!

Hehe, no problem. :slight_smile: