I am trying to make a movie clip goto a frame that is dictated by a variable (the var is a number so I want the clip to goto that frame number, not the frame label)

This is the code in Flash 5 Format : ----- Which works Beautifully as you would expect..

_parent.gotoAndPlay(logoframe);



Here is the code in Flash 4 Format :

tellTarget (_root.logofollow) {
gotoAndPlay(logoframe);
}


The Flash 4 version isn't working? Any ideas why guys? My flash 4 scripting abilities is reasonably limited as I have grown up with Flash 5 (New Boy

Thanks for your time.....