Hyperlink within clips

Dear all,

Just wondered how I can have a an Instruction Page with a Start Button which links to the main movie (like a game or something similar). Do I need to produce two separate .fla files? If so, how do I link them together?

Thanks a bunch!

J

one fla is enough

just create a movie clip for ypur Instruction Page (with the start button)
place it in a key frame (lets say frame 1). give a frame action stop();
and insert your main movie in frame 2.
to link them: give action in your start button on(Release) { _root.gotoAndPlay(2); }

Thanks!

Worked like a charm!

J