I'm sorry if it's a dumby question I'm new developing Alexa skill and using APL. I'm trying to create a game in Python, when the skill starts it's generate a list of colors. Somebody know if it's possible to change the background color from Alexa dynamically showing every color that generated or even changing the image based on a list of images? Example: When the skill starts it create a list "red,blue,green" after the return show to the user the 3 colors in sequence, I just found to show one but not all the 3 colors.
And I didn't found in apl.ninja something similar to that.
Thanks for the help.
PS: Please if it's not a clear question tell me how can I make it better.