Navigation problems...

This is a discussion on "Navigation problems..." within the Flash & Multimedia Forum section. This forum, and the thread "Navigation problems... are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 26th, 2004, 15:38
Highly Reputable Member
Join Date: Aug 2003
Location: Australia
Posts: 662
Thanks: 0
Thanked 0 Times in 0 Posts
Navigation problems...

ok heres the site. www.haeglodesigns.com/HD.htm Now as you can see its Hilary Duff.. Get it?? Hilary Duff and Haeglo Designs?? HD??? ...

ANyways.. heres my problem. As you can see, I have built a rather interesting Navigational menu. Just for the fun of it. My problem is that I can't get it to work correctly. The navigational system is inside of a movie clip that is on the page. So when I use gotoandstop it goes to the specified frame inside the movie clip. How can I make it change the frame on the main page and not the movie clip? Thanks for the help.

Ohh..and I have place a temp. opaque image over the links so that is why it "appears" to work.

  #2 (permalink)  
Old Jan 26th, 2004, 15:54
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
hubba hubba
  #3 (permalink)  
Old Jan 26th, 2004, 21:13
Highly Reputable Member
Join Date: Aug 2003
Location: Australia
Posts: 662
Thanks: 0
Thanked 0 Times in 0 Posts
Well since Sirkent couldn't be here to answer my question due to some internet problems.. I want yall to know he told me how to fix it. What I had to do was use this code to make it work:

Code: Select all
on (press, release) {
    tellTarget ("_root") {
        gotoAndStop("Scene 1", 2);
    }
}
Thanks Sirkent!
  #4 (permalink)  
Old Jan 27th, 2004, 07:43
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
I was here in spirit :razz:
Closed Thread

Tags
navigation, problems

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Navigation problems in safari mikka23 Web Page Design 5 Mar 24th, 2008 21:00
CSS Navigation Help! crackafaza Web Page Design 3 Jan 21st, 2008 15:56
Javascript navigation problems mikka23 JavaScript Forum 8 Sep 30th, 2007 12:22
Problems with my navigation Anonymous User Web Page Design 3 Jun 15th, 2007 22:14
CSS navigation AdRock Web Page Design 1 Jul 15th, 2006 10:56


All times are GMT. The time now is 22:33.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43