In reference to the question below I used this tutorial to accomplish some of my AS goals:
http://www.kirupa.com/developer/mx2004/transitions.htm
The question based off of this tutorial is how to correctly target an external movie clip with buttons that are not on the main time line. What would be the approproiate path for the script below for the external swf (work.swf)?
[COLOR=#0000d0]on[/COLOR] COLOR=#0000ff[/COLOR] [COLOR=#0000ff]{[/COLOR] [COLOR=#006610]if[/COLOR] [COLOR=#0000ff]([/COLOR][COLOR=#0000d0]_root[/COLOR].[COLOR=#000050]currMovie[/COLOR] [COLOR=#0000ff]==[/COLOR] [COLOR=#006610]undefined[/COLOR][COLOR=#0000ff])[/COLOR] [COLOR=#0000ff]{[/COLOR] [COLOR=#0000d0]_root[/COLOR].[COLOR=#000050]currMovie[/COLOR] [COLOR=#0000ff]=[/COLOR] [COLOR=#666666]“work”[/COLOR]; [COLOR=#000050]container[/COLOR].[COLOR=#0000d0]loadMovie[/COLOR]COLOR=#0000ff[/COLOR]; [COLOR=#0000ff]}[/COLOR] [COLOR=#006610]else[/COLOR] [COLOR=#006610]if[/COLOR] [COLOR=#0000ff]([/COLOR][COLOR=#0000d0]_root[/COLOR].[COLOR=#000050]currMovie[/COLOR] [COLOR=#0000ff]!=[/COLOR] [COLOR=#666666]“work”[/COLOR][COLOR=#0000ff])[/COLOR] [COLOR=#0000ff]{[/COLOR] [COLOR=#006610]if[/COLOR] [COLOR=#0000ff]([/COLOR][COLOR=#000050]container[/COLOR].[COLOR=#0000d0]_currentframe[/COLOR] [COLOR=#0000ff]>=[/COLOR] [COLOR=#000050]container[/COLOR].[COLOR=#000050]midframe[/COLOR][COLOR=#0000ff])[/COLOR] [COLOR=#0000ff]{[/COLOR] [COLOR=#0000d0]_root[/COLOR].[COLOR=#000050]currMovie[/COLOR] [COLOR=#0000ff]=[/COLOR] [COLOR=#666666]“work”[/COLOR]; [COLOR=#000050]container[/COLOR].[COLOR=#0000d0]play[/COLOR]COLOR=#0000ff[/COLOR]; [COLOR=#0000ff]}[/COLOR] [COLOR=#0000ff]}[/COLOR] [COLOR=#0000ff]}[/COLOR]