SteveD
February 6th, 2003, 03:33 AM
Hi,
I have an mc.instance name is Twentysecond
it has a text box called label
When clicked Twentysecond populates a text box and I want to use this code
Flash will not let me use an instance name of 22nd.
TwentySecond.label = _name;//(I want this to show 22)
onRelease = function(){
myTextBox = _name; // (I want this to show 22nd
}
I should know how to do this, but memory is failing, hoping some kindly soul can jog it along for me.
Any help appreciated
Cheers
SteveD
I have an mc.instance name is Twentysecond
it has a text box called label
When clicked Twentysecond populates a text box and I want to use this code
Flash will not let me use an instance name of 22nd.
TwentySecond.label = _name;//(I want this to show 22)
onRelease = function(){
myTextBox = _name; // (I want this to show 22nd
}
I should know how to do this, but memory is failing, hoping some kindly soul can jog it along for me.
Any help appreciated
Cheers
SteveD