hi im testing my game with an iphone and have noticed that mouse down works fine on the device, but i want to use touch as i could be touching two things at any one time.
basically i have up,down,left,right as gui buttons and need to be able to say touch up and left at the same time,
will mousedown work for this or do i need to use touch. if so what is the proper code to say if i touch this gui, then do whatever
as i tried a few things and nothing is working.