I have a listbox called “playerlist” on the stage. It is on Layer 4 called “Player List”. I click on the listbox on the stage and type the following into the actions panel:
onClipEvent (load) {
playerlist.addItem(“Priest Holmes”);
}
When I go to Test Movie, nothing appears in the list box. What am I doing wrong? Thanks.