Flash q
Flash q
Out of context: Reply #26
- Started
- Last post
- 30 Responses
- unfittoprint0
try:
myVars.onLoad = function(sucess){
if(sucess){
bar1._height = Number(this.var1);
bar2._height = Number(this.var2);
bar3._height = Number(this.var3);
...
}else{
trace("error"!)
}
}