I’m not that knowledgeable with AS, but what I’m trying to do is display my selections from an array. Basically, there are some checkboxes – from there the user ticks a few boxes, submits their preference and then the system tells them what they have chosen and acts accordingly.
In this case, the reason there is an array is because the user is selecting which videos they want to watch, and the videos will then play after each other, once one of the videos has come to an end.
At the minute, initially the array is set up, the user ticks the boxes, submits, then their options are added to the array. I’m having difficulty looping through the array to find only the values that have been chosen. Any pointers?