Swf linkage

Ok I have
1.swf and
2.swf

1.swf
contains
movie A

2.swf
contains
button B

2.swf is loaded into level 1 of 1.swf

How do I get the button B to effect movie A.
eg. goandstop at a frame in movie A

Could you give me some actionscript examples?

Also I know you can pass variables between levels remind me how to do that.

_level0.gotoAndPlay(12);

should work.

pom :slight_smile:

ahhh that was simple enough. Im such a dummy:)

Thanx man