Studiocode Tutorials | 3.17 Code Window - Naming a Button
Transcript
In this video tutorial we will cover how to name a button.
As you can see I have to code buttons in my code window but they still have their default names. Now making sure that I am in edit mode I'll double click button one to open up the inspector.
The name of the button is shown in this field here and also make note the name is already highlighted by default when I open the inspector. Because of this I don't need to press delete or any arrow keys. I can just start typing a name right away so if I type in new button name you'll see the change is reflected in the code button itself keystroke for keystroke.
If I close out of the inspector and then double click button coupe you see again that its name is highlighted so I can rename it right away.