quick flash ???
quick flash ???
Out of context: Reply #1
- Started
- Last post
- 1 Response
- unfittoprint0
myVars = new LoadVars();
myVars.onLoad=function(success){
if(sucess){
textBox.text=this.variable1
}else{
trace("Damn!!")
}
}myVars.load("variables.txt")