To explain what I want to do; I want to write a Show Picture command, where I can do this (bit of pseudo-code here):
ShowPicture("Image_",integerVariable,"_angry.png",UpperLeft,1280,0,100%,100%,255,Normal)
The key part of this is that I have a variable number; I want to run this.
It's to avoid having to write a length series of IF statements, i.e. if it's 1, pick this image, if it's 2, pick this image...
Hopefully that makes sense. Is this possible?