Using AS2. I have a variable defined:

activenav = "services";

I then want to reference the variable in a MC string. I've tried many variations of this:

_root.my[activenav]Clip.gotoAndPlay("Out");

Essentially, I want Flash to see this as:

_root.myservicesClip.gotoAndPlay("Out");

Getting syntax error. Need some help!!!