How to link to a scene with a popup menu?

This is a discussion on "How to link to a scene with a popup menu?" within the Flash & Multimedia Forum section. This forum, and the thread "How to link to a scene with a popup menu? 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 Jul 16th, 2007, 04:32
Junior Member
Join Date: Jul 2007
Location: Malaysia
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
How to link to a scene with a popup menu?

Hi, i got a problem about pop up menu...
I had create a pop up menu as product. When the mouse roll over, the menu drops down as product A, B, C and so on. As you know, the pop up menu is a movie clip.

Now the popup menu is on the stage in scene 1. I had other scenes named as "productA", "productB", "productC", and so on.
I had put the action script (below) to the pop up button A.


on (release) {gotoAndPlay("productA",1);

}


My problem is when i click on the poduct A button, the movie didn't change to the "productA" scene. How can I solve this problem?? Can anybody help me?

Thanks in advance...

  #2 (permalink)  
Old Jul 16th, 2007, 18:22
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to link to a scene with a popup menu?

Is this a flash question?
  #3 (permalink)  
Old Jul 17th, 2007, 01:24
Junior Member
Join Date: Jul 2007
Location: Malaysia
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to link to a scene with a popup menu?

Yes, it is.
I wondering how can I link to another scene by clicking on a popup button...
  #4 (permalink)  
Old Jul 17th, 2007, 01:35
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 21
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to link to a scene with a popup menu?

I moved you to the right forum. You may get a better response here.

Pete.
  #5 (permalink)  
Old Jul 17th, 2007, 02:02
Junior Member
Join Date: Jul 2007
Location: Malaysia
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to link to a scene with a popup menu?

Quote:
Originally Posted by pa007 View Post
I moved you to the right forum. You may get a better response here.

Pete.


Thanks!!
Hope I can get some answer here...
  #6 (permalink)  
Old Jul 17th, 2007, 02:38
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: How to link to a scene with a popup menu?

Chances are the drop down button is nested within a movie clip, yes?

If so, change you code to this, and it should do the trick:

Code: Select all
on (release) {

_root.gotoAndPlay("productA",1); //root = the main timeline, not the nested movie clips timeline.
 
}
Cheers,

Scott
Last Blog Entry: Yay!? (Oct 8th, 2007)
  #7 (permalink)  
Old Jul 17th, 2007, 03:32
Junior Member
Join Date: Jul 2007
Location: Malaysia
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to link to a scene with a popup menu?

Thanks for your reply.
Well, I had follow what you teach, but it still won't work.
Any other solution?

I attach my file here, perhaps you can look at it and see what I had done wrong...

Anyway, thanks for your reply!
Attached Files
File Type: fla popup menu.fla (48.0 KB, 11 views)
File Type: swf popup menu.swf (1.8 KB, 14 views)
  #8 (permalink)  
Old Jul 18th, 2007, 02:03
Junior Member
Join Date: Jul 2007
Location: Malaysia
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to link to a scene with a popup menu?

Can anyone help me? PLEASE. I need to solve it as soon as possible, the deadline for my project is coming soon...
Thanks in advance!
Closed Thread

Tags
popup menu

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
Rollover menu / popup window magiccupcake JavaScript Forum 3 Dec 18th, 2006 16:10
Horizontal PopUp Menu (as z-index) on Flash does not work blanktruth Web Page Design 2 Feb 16th, 2006 09:38
Menu popup window opening from left to right. LoProphile JavaScript Forum 5 May 26th, 2005 16:16
need help with DHTML Popup Menu LEFT JavaScript Forum 8 Jul 1st, 2004 05:45
DHTML popup menu Reeno Web Page Design 3 Nov 2nd, 2003 21:28


All times are GMT. The time now is 14:55.


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