Scene is like this:
-
On main scene, there are frame1.=“frontpage”, frame 30.-37.=“galleries 1-8”, frame15=“contactpage” and frame10=“happening today”.
-
in galleries there’s going to be buttons which (telltarget) plays from mc “xxxxx” frames “xxxxx”.
-
theres in main scene all the way this main scene where are buttons galleries and so.
I have mc “galleries” and inside it there is buttons 1-8. ok, this mc clip plays fine when “on release” and when I go over the buttons, they do what buttons should, buttons are light brown and on over they change to dark brown. BUT when I clic button, nothing happens the code is something like this.
On release (gotoandplay (scene1(frame30)); )
or
On release (gotoandplay (30); )
and I tried even with naming frames
On release (gotoandplay (scene1(“drawings”)); )
so, what it does is nothing or the clip just twinkles once (reloads?) and nothing else.
SO, what is wrong in there? and I tried to put “/” in there too (so that it goes to main scene from that mc) but it didnt help.
If someone did understand anything in this please help.