Hey guys, I’m trying to set up a system where when I press an image, it changes the picture, is this possible to do? At the minute all my image code contains is:
local fly = display.newImageRect( "flyingfly.png", 40, 40 ) fly.x, fly.y = 160, -100 fly.rotation = 15