I am trying to create a simple quiz type game that requires me to insert and remove various images from a card.
I tried adding a blank image field to my card and then using something like
Code: Select all
put "./imagefolder/image.png" into field "ImageField"
I also tried adding the image to the card manually then setting the visibility to true/false when I need the image to appear/disappear. I am not sure if this is a good practice to use as I will be using up to 100 different images. I tried
Code: Select all
set the visible image of "ImageField" to false
Thanks in advance to anyone who can offer advice,
TJ.