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 10-30-2004, 07:05 PM   PM User | #1
Shinchi
New to the CF scene

 
Join Date: Oct 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Shinchi is an unknown quantity at this point
Changing Root Scenes In Flash!?

I've made some drop down menus in my movie which are set as movies.. I now want to use the buttons on there to change to another scene?

however when I use the standard actionscript:-

on (release) {
gotoAndPlay("Scene 2, 1");
}

it gets me nowhere! I've tried " _root.gotoAndplay " but that also does not work! Any know how to do this???

It's MX2004 by the way....
Shinchi is offline   Reply With Quote
Old 12-03-2004, 04:58 AM   PM User | #2
CptnCrlyBrace
New to the CF scene

 
Join Date: Nov 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
CptnCrlyBrace is an unknown quantity at this point
Scenes are a no show?

You say the drop downs are movies in themselves and buttons also?
Are they on separate layers? Maybe the movie part is over the button part\and the button doesn't recognize your mouse over or clicking on it...
__________________
Just keep telling yourself: "The Matrix doesn't have me, the Matrix doesn't have me."
CptnCrlyBrace is offline   Reply With Quote
Old 02-11-2005, 04:21 PM   PM User | #3
cbg3
New to the CF scene

 
Join Date: Feb 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
cbg3 is an unknown quantity at this point
Looks like your quotes are off. Try:


on (release) {
_root.gotoAndPlay("Scene 2", 1);
}


--Ben
cbg3 is offline   Reply With Quote
Reply

Bookmarks

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 01:31 PM.


Advertisement
Log in to turn off these ads.