I am trying to load a image from the "File" folder using this code:
+ System: awardAmount = 100
----+ System: Pick quest100 where quest100.number = checkQuestionID
-----> quest100: Load image from storeFolderName&"100_pb.png" (Resize to image size, cross-origin anonymous)
-----> quest100: Set opacity to 90
But instead of loading in just one instance, it loads all of them. I already have checked and each one has a specific ID and when I touch the button, the "checkQuestionID" variable get the same value of the instance variable I've interacted.