Hey,
I was wondering about setting the image with variables, because I know i can do things like this:
But i was wondering if you can do the same, except with other kinds of variables, maybe a boolean, like this:
Thanks!
1 | setImage(x + ".png" ); |
1 | setImage(isTrue + ".png" ); |