Hi Dear's,

I need sulotions for this script.

I am using CS3 Profissional software version 9.

now i am learning AS3 from flash help, first time i am creating one script is

myButton.addEve ntListener(Mous eEvent.CLICK, testscript);
function testscript(even t:MouseEvent)
{
trace("My Name is alamraman");
}

that button Instance Name is myButton....