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);
};
|
Results 1 to 13 of 13
Thread: [RESOLVED] script for my buttonThreaded View
|
Click Here to Expand Forum to Full Width |