PDA

View Full Version : NavBar


Nick Toye
05-01-2004, 10:28 AM
I am looking for someone to show me how I convert this nav bar that resides on the main timeline into its own MC so that I can share it with other flash movies or amimate it.

I have attached the fla, i know this is probably easy but i'm struggling with the pathing.

Many thanks

Nick Toye
05-02-2004, 06:08 PM
anyone have any clue on how i can resolve this?

Help is very much appreciated

solsonic
05-03-2004, 04:10 AM
I'm no pro, but I think you can export it as a .swf, then call it up using AS in Flash. loadmovie I think. Sry I couldn't be more helpful.

Nick Toye
05-03-2004, 05:58 AM
I think you misunderstand, thanks anyway

Nick Toye
05-24-2004, 07:59 AM
Anyone able to help me on this matter, i'm getting quite desperate

farafiro
05-24-2004, 08:11 AM
load it into any MC or level u want and then//will load it intoa target mc 'navHolder_mc'
//then in the root
this.onEnterFrame = function(){
if (this.navHolder_mc.targetmc == "about") {
this.gotoAndStop("about")
}
}

red penguin
05-24-2004, 11:35 AM
Yeah..It should be no problem to code it so you load it into an empty clip...as long as your pathing is correct...

Not taken a look (time) but it's really a coding issue as in the correct reference to the _root.

Nick Toye
05-25-2004, 04:31 AM
Surely there is an easier way then loading it into another empty MC.

If you look at the download, all I want to do is to be able to have it in its own MC, rather than on the _root timeline.

farafiro
05-25-2004, 04:41 AM
no easier way than what was told here
load it in any empty mc
use the script I've posted

red penguin
05-25-2004, 10:11 AM
Or do exactly as your instinct tells you. Grab all the necessary elements and put then in a new MC. Then grab the code associated with it and put that on it's timeline.

If anything, it will teach you a bit of pathing and _parent relationships.

Ha...

Nick Toye
05-26-2004, 03:48 AM
Ok, i'll give that a go.

red penguin
05-26-2004, 10:17 AM
post back with results.