1 Attachment(s)
Sub-App: I can't apply the position of an Active to XTouch and YTouch properly
I have a Game Menu with New Game, Continue and Delete Game and at the Vert Center of the frame I have an artwork of a game character.
The size of the menu frame is 960x540 and the image at the center of the frame is smaller than the frame.
If the player choose one of the menu items an affirmation window will appear(this is my Sub-Application which replaces the character artwork) with the options Yes or No(both words are made of Active objects).
The Sub-Application is Frame 2 and the Frame size == size of the character artwork. The player can erase all No objects to state yes or he can erase all Yes objects to state no.
When a touch is active a crosshair will appear which shows the current touch position.
Here is the example mfa:
Attachment 20696
On my device the crosshair moves relative to the active touch position but not where the finger is, the crosshair moves in the far east.
In this specific example it's really far away from the current frame view so that it will be inactive/destroyed if I would uncheck the corresponding Scrolling Options.