I have an image in LiveCode that I would like to change to another image when a specific button is pressed. So far, I have tried this -
set the imageSource of image "The_Hangman" to "/HangMan/1.png"
However, I am getting an error code of:
execution error at line n/a (Object: can't set this property)
How do I fix this?