Ok, so my problem stems from my dependence on the _root object in AS2.0
If I have a movieclip that I want to call a function that is on the main timeline, which reference would I use? I tried root.testFunc() to call said function, but got no play.
Any ideas?