| EliberART 2006-05-19, 6:32 am |
| I`m working on a web site and I`m using scenes to organize my pages and i have
encountered a problem
I`v made a drop down menu and the submenu buttons would not open the scenes I
want them to open. The problem is that the buttons for the submenu are inside 2
movie clips .
I read all the topics on the forum concerning my problem and none of the
solutions work for me.
I tried:
1)
on(press)
{gotoAndStop("scene name", frame number);}
2)
on(press)
{_root.gotoAndStop("scene name", frame number);}
3)
on(press)
{_parent._parent.gotoAndStop("scene name", frame number);}
4)
on(press)
{this.gotoAndStop("scene name", frame number);}
4)I gave the first frame in the scene I want enter a name and I used the script
on(press)
{gotoAndStop("frame name");}
here I also tried with _root
5) I gave an instance name to the submenu and I put the script in the main
scene and it did not work
I forgot to mention that all the other buttons in the page except the submenus
work
and that I tried to see if the submenu buttons would open an external url and
they do.
I tried to open a frame inside the same scene with the movie clip that
contains the submenu buttons and that dose not work .I thought that if I get
that working I would put everything in one scene and navigate thru the page
from frame to frame
If you want to take a look at the website : <a target=_blank
class=ftalternatingbarlinklarge href="http://www.liceuldecebal.lx.ro/
PLS">http://www.liceuldecebal.lx.ro/
PLS</a> HELP I`M KIND OF DESPERATE
|