Hi,
I'm a newbie on this, I've been hours with this and I can't find where is my problem.
The 1st scene in my movie has this script on the last frame:
The 2nd scene has several Movie Clips that are programmed to listen the PRESS action of the mouse:
But when I play the movie, the mouse action is no longer listened by Flash. It appears the "hand" pointer, but when I click on the objects it has no effect.
If I set this 2nd scene as the first one to be played, the scripts works OK. So, I don't understand why after a gotoAndPlay the scripts stop working.
Thanks in advance everyone.
I'm a newbie on this, I've been hours with this and I can't find where is my problem.
The 1st scene in my movie has this script on the last frame:
Code:
gotoAndPlay("Scene2",1);
Code:
on(press)
{
code...
}
If I set this 2nd scene as the first one to be played, the scripts works OK. So, I don't understand why after a gotoAndPlay the scripts stop working.
Thanks in advance everyone.
Comment