Flash Nav Help!
- Started
- Last post
- 6 Responses
- steadyvibe
Hey, Can anyone take a look at my flash navigation and tell me why i cant trigger all my onRelease actions for my nav all at once on the main timeline?
I have gotten it to work if i put the nav functions inside the movieclip my buttons are in but i cant make it work from the _root timeline... It will make sence if you see my file.
http://www.industrialbrand.com/h…
Much Thanks!
- steadyvibe0
Incase you need an mx version as well. The above was saved in mx2004.
- steadyvibe0
bump
- function820
your fla doesnt want to download, i can try to help if you make it a zip
- steadyvibe0
Zipped up:
- function820
hmm, your code confuses the hell out of me :p
for starters dont name buttons Button, flash doesnt know how to hand it, also name your mc's longer than 1 charactor, do mc_A if you want, but just A can again confuse flash
- ozhanlion0
_root.navstub_mc.menu_mc.B.clien... = function(){
trace("Client Button");
};this is getting fucked up if you are loding this swf to a container one.
use relative addressing instead..