inserting and removing images from card...
Posted: Wed Feb 12, 2014 12:19 am
I'm a noob and did search the forums before posting, any help is appreciated...
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
Hoping it would insert the image, however this did not work. I played around with the file path a bit, but had no luck.
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
however it did not seem to work for me.
Thanks in advance to anyone who can offer advice,
TJ.
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.