A student of mine wants to apply certain properties to all images.
When using any image (http://ai2.appinventor.mit.edu.ezproxy.canberra.edu.au/reference/other/any-component-blocks.html), I understand that you need a list of all images.
Is it not possible to say for all images (component: all) instead of for each item in list and then you have to list all images? A generic command that produces this list of all images would be useful.
As far as I understand, I can produce a list with the string entries "image 1", "image 2", ... but not with the objects Image1, Image2, ... (without having to copy paste the number of images and adding items to the list).
That would be useful: for all images, do ...