HI is there any way to get a tooltip running with
a input from XML /text file
sure it is! :thumb:
check *.fla
all u have to do is just to load text to your tool tip
[AS]loadText = new LoadVars();
loadText.load(“youFile.txt”);
loadText.onLoad = function() {
DynamicTextBox.text = loadText.yourVariable;
};[/AS]
regards:}[