Hello,
would someone please give me some tips what is the best way to highlight an image? Here is what i mean:
I write an app where object (display.newImageRect, png image with transparent background) can be selected by tapping it. I would like to highlight this png image somehow after it is selected, like golden border around an image (or any other way that is easy to achieve with Corona sdk).
I thought about using sprites but isnt there some easier way than drawing each picture again with border (in highlighted state)?
Thank you for your tips!