yes correct, points awarded for a full solution.
problem is, with this function we are using (below) is truncating the code in the middle of font tag as it scrolls along, therefore displaying the remaining html tag and its attributes eg. "font face=verdana>
onClipEvent (load) {
loadVariables("text2.txt",
}
onClipEvent (enterFrame) {
tmp = _root.texty.substr(0, 1);
_root.texty = _root.texty.substr(1, _root.texty.length-1)+tmp;
trace(_root.texty);
}
any ideas?
cheers.
Main Topics
Browse All Topics





by: blue-geniePosted on 2005-08-08 at 00:10:38ID: 14621209
you mean 500 pts to anyone who can do it and give you the code?
what's the problem, just use html formatted text and LoadVars object