What I am trying to do is use one image sprite to show a variety of images by creating a list fired by one clock. I am attaching a file please take a look and tell me where I am going wrong and why I am getting the YaiList??. Please try to provide any examples with blocks so I can understand your explanations better. I have only been learning AI2 a few weeks in, keep hitting road blocks and trying to learn by adapting methods found by others.
Your help will be appreciated.
Trying to push the limits of App Inventor!
Snippets and
Tutorials from
Pura Vida Apps by
Taifun.

Adds the given items to the end of the list.
The difference between this and append to list is that append to list takes the items to be appended as a single list
while add items to list takes the items as individual arguments. This block is a mutator.