Hi,

Try this, give the main movie clip on scene 1 a name of "a", then put this on the timeline of scene 1
PHP Code:
stop();
a.b.onPress = function()
{
    
gotoAndStop("Scene 2"1);
};