I'm attaching a movieClip, and need it to then go to a specific frame.

Here's my code to load the mc:

Code:
this.attachMovie("mcSpecialists","mcSpecialists",10);
Now, what's the trick to get me over to frame 90? Thanks!