Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-29-2009, 05:23 PM   PM User | #1
mgazik
New to the CF scene

 
Join Date: Jan 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
mgazik is an unknown quantity at this point
Question Drop down menu problem

I'm new to Flash and trying to learn. Just finished making my nav bar with drop down menu. When the menu drops down and the new buttons are revealed, how do I get the new buttons to control what frame the movie is on in the main timeline rather then the timeline of the button itself. I can put in getURL and that works, but I need the menu to take me to various specific frames of the timeline.

THANKS for any help!
mgazik is offline   Reply With Quote
Old 01-30-2009, 09:44 AM   PM User | #2
gnomeontherun
Senior Coder

 
gnomeontherun's Avatar
 
Join Date: Sep 2007
Location: Houston
Posts: 2,846
Thanks: 10
Thanked 238 Times in 229 Posts
gnomeontherun will become famous soon enoughgnomeontherun will become famous soon enough
Hi and welcome to CF!

First it helps to show code so we know what you are working with, but here are two ways to manuver the maintimeline. This is AS2, which I presume you are using since you mention the getURL (not available in AS3).

Code:
_root.gotoAndPlay(#);
or
Code:
_root.gotoAndStop(#);
__________________
jeremy - gnomeontherun
Educated questions often get educated answers, and simple questions often get simple answers.
gnomeontherun is offline   Reply With Quote
Reply

Bookmarks

Tags
action script, drop down menu, frame, link, timeline

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 03:41 AM.


Advertisement
Log in to turn off these ads.