Is it possible to use an image to determine the state of other actors.
In my program I have to change the image of clues depending on the image that is shown.
All the images are named image-1,image-2, etc and the clues are named clue1-1, clue2-1, etc.
As well as this I need to set answers when a certain image is on screen. eg if image = "image-1" then the answer is 4.
Any help would be much appreciated! :)