OK so I have two scenes. Scene 1 which is the main one and Scene 4 which i want my button named playButton to link to.
this is the code that I got so far :
playButton_btn.onRelease = (gotoAndStop(“Scene 4”, 1); )()
{gotoAndStop(“Scene 4”, 1);};
I made some space between ; and ) because it shows a smiley here …
It says that it is expecting rightparen before semicolon.
could you please help me with that as i’m new to as3 …
Thanks guys ! :thumb2: