I'm not talking about actually building the application. I mean what are the basic objects that we'll need within the program to get started. I still don't know how to get the touchscreen to work....
I'm not talking about actually building the application. I mean what are the basic objects that we'll need within the program to get started. I still don't know how to get the touchscreen to work....
A simple touch can be registered as a mouse click condition.
As far as tutorials goes, it just depends on what type of app you wish to develop.
But I'm trying to figure out what object I add to the app to make it touchscreen in the 1st place. I know about the android object. Is that all I need to make it touchscreen. And the rest of the Android objects. I don't know how to use.... I'll just keep experimenting and try to figure it out for myself.... Thanks for the reply.
If All you want is a simple touch then just add a new condition then Mouse and Keyboard > user clicks. No extension needed.
oh I see...
You can use the multi touch object for touch inputs
Accelerometer object for tilts etc.
Ios object for ios specific features
Android object and android plus objects for android specific features.
There's a few more but those are the basic ones
Okay Thanks for clearing that up for me DaveC.