When zooming, some actors no touch
joshiwu
Member Posts: 207
I have two actor set up to constrain to my HUD, even during zoom, as demo'd by tsb.
Self.x*Zoom
Self.y*zoom
The right button only receives touch when zoom =1 (a.k.a. When constraints are not active). . The left button using the code has no problems.
Self.x*Zoom
Self.y*zoom
The right button only receives touch when zoom =1 (a.k.a. When constraints are not active). . The left button using the code has no problems.