ok so i am building a website at the moment it consists of 2 frames...one holding the preloader and the other as mysite movie clip...
within this movie clip i am building the site with 4 navigation buttons. on these buttons i have this code...

on (rollOver)
{
gotoAndPlay("s1");
}
on (releaseOutside, rollOut)
{
gotoAndPlay("s2");
}
on(release){
gotoAndStop(62);
}


s1 and s2 relates to an animation i have on rollover which works fine however i cant get my on(release) function to work...i need this example to go to frame 62 of this 'mysite' movieclip and i dont know what code to put in...obviously its not _root. as that would go back to the 1st scene with the preloader and this site in but im at a loss....so can anyone tell me what i need to put in to the on(release) function....thanks alot