Calling an Instance

[FONT=Courier New]This may seem a bit “really?” if you know what I mean, but I can’t figure out how to call an instance name of something. In the example below, Callout is a movie clip of a cartoon bubble with some text an it (labelled callout_txt).[/FONT]
[FONT=Courier New][/FONT]
[FONT=Courier New]

 [/FONT]
[FONT=Courier New]var callout1 = new Callout();
addChild(callout1);
callout1.x = 5.00;
callout1.y = 165.30;
callout1.width = 225.00;
callout1.height = 127.30;
callout1.name = "callout1_mc";
callout1_mc.callout_txt.text = "Why, hello sir! Would you like a tall glass of water with a lemon wedge?";[/FONT]
[FONT=Courier New]

[/FONT]
[FONT=Courier New][/FONT]
[FONT=Courier New]Help is appreciated. Thanks![/FONT]
[FONT=Courier New]-FlashAj325[/FONT]