I have a physics body which is created from an image. When the user taps I want an alternate image to display in the exact same position as the body and fade out.
I’ve read that with Corona you can’t *change* an image at runtime so I’m thinking I need a second image object which (when the body is tapped) I can show the new image and then fade out the new “overlay” image.
This works fine apart from the fact that the original image/body is moving. I need to ensure that the x & y of the overlay is exactly the same even when moving.
I’m thinking maybe a weld joint - any advice?
[import]uid: 8353 topic_id: 3387 reply_id: 303387[/import]