Strange one, but I want to do the following:
- Have a round element about the size of a finger tip in the bottom right of the screen.
- Have some images come in from the left of the screen, at the same Y position, which move from left to right and eventually overlap the above element.
- Detect when that first element is touched, AND if an image element is overlapping it.
It's similar to how Dance Dance Revolution, or Guitar Hero works. They line up, you tap at the right time, and something happens.
I know how to set an onClickListener, but does anyone know how to achieve the above?
Cheers, Lee.