From: royg3n on
hey,

i'm making a flash tutorial for my company. I'm making each section into a movie clip. so i'm wondering how to link from one movie clip to another.

ok thanks

From: NedWebs on
Can you explain a little bit about your logistics plan for getting from one
movie to the next? Is it supposed to be automatic, or is there a button you
click to move one?

You might consider using separate scenes for each movie instead of replacing
movies--just makes it a little easier to code, as in: gotoAndPlay("scene_name").

From: royg3n on
ok i'll explain little more in detail. Within these movies clips they are
going to be links that link out of the movie clips into other movie clips.

I know it sounds confusing and if you dont understand it i'll try to explain
it again.

thnks

From: NedWebs on
It's not confusing, there's just not enough information about what you have
designed already to be able to tell you what you can do.

How will the movies be arranged in the Flash timeline?

If the movies are all going to be within the same Flash file, then you will
need to have buttons as the links you mention. You can create your own so that
they appear as text if that's what you want.