WelshTeckie
IS-IT--Management
Hi,
I am trying to change text from a click of a button in another scene. I have got it working in the same scene by using the following
buttonname.onRelease=function(){
DynamicTextName.text="new text.";
}
But I need the text to be in another scene.
Is there a way to code layername.dynamictextname.text or something??
Thanks
I am trying to change text from a click of a button in another scene. I have got it working in the same scene by using the following
buttonname.onRelease=function(){
DynamicTextName.text="new text.";
}
But I need the text to be in another scene.
Is there a way to code layername.dynamictextname.text or something??
Thanks