Im not seeing how to position an image when using newImageRect. I tried putting x and y co-ordinates beneath it, and tried adding it to a group, but I got an error. This is what I was entering,
local intro display.newImageRect( “intro_image.jpg”, 300, 334)
I keep getting the image in the top left corner, which Im guessing is to do perhaps with display.getCurrentStage()) but am not sure how to proceed.
