Multitouch
trp
Member Posts: 16
Hello,
is multitouch available in GS? I am looking for a way to get how big a touched area is. Any ideas?
Regards
is multitouch available in GS? I am looking for a way to get how big a touched area is. Any ideas?
Regards
Comments
You can get these values on Devices > Touchs >
Then, there is a lot of touch options. Touch 1, touch 2, touch3, etc... There is 12 touches for ipad.
You can also know how many touches is there on the screen, using the Touches > Count.
the whole screen can react to a touch in a particular area
In Art in the Louvre-HD... on the main screen I did not use button actors... just the touch input...
and also in the much smaller selections for the obscure objects.
(immensely made the image file smaller....)
to set up I used a drag-able crossHairs actor... and had a Display Text to show where its X and Y were in preview...
then on the background image ... all the rules for touch
when touch1.Position.X > and X <
when touch1.Position.Y > and Y <
changeAttribute game.playIndex to appropriate #
all the other actors responded to the playIndex...
may seem complicated... but isn't hard... and does make an appreciable difference in image content, file size, and swift game play.
MH