blogger .txt file?
blogger .txt file?
Out of context: Reply #1
- Started
- Last post
- 13 Responses
- abizzyman0
i usually use the _serif or _sans font built in flash...
... and as far as loading the variable you place in your text...
frame1.
loadVariableNum ("text.txt",0);
frame2.
if (varName == undefined){
gotoAndPlay (1);
}else{
gotoAndPlay (3);
}
frame3.
myClip.text = varName;... you have to make sure all the text is loaded from the text file first.
boz taught me this... all credit goes to boz.