[Previous] [TOC] [Next]

Name a button instance


As a best practice, you should name instances of symbols on the Stage. ActionScript relies on the instance name to identify the object.

  • With the button that you created still selected, open the Property inspector (Window > Properties). In the Instance Name text box, type logo_btn.

[Previous] [TOC] [Next]