Flash q
Flash q
Out of context: Reply #28
- Started
- Last post
- 30 Responses
- SmilingBuddh0
Within the onLoad function, remember that 'this' changes scope from the _root (where the script lies) to the myVars object.
I'm guessing then that the target paths aren't working. You can always use a trace to figure this out:
if(sucess){
trace(bar01);
...Worth a try.