![]() |
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.... :thumbsup: |
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... :rolleyes: |
Looks like your quotes are off. Try:
on (release) { _root.gotoAndPlay("Scene 2", 1); } --Ben |
| All times are GMT +1. The time now is 07:38 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.