> No, the example is done with the mouse not to touch.
> I want with a click (touch) to rotate the figure and once placed on the board with one click you can change rotation
> <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad">
>
So the problem is you don't understand the events in the event-sheet well enough to see how to change them?
You don't just want to change mouse events for touch events, you want to change the mechanics of the capx..
Which is doable, if you understand the mechanics..
From what you explain, you'd like to use an "on tap" and "is overlapping draggable" event for the rotation.
you can replace all on left mouse button down conditions with "is in touch"
you probably want to change the mouse.x and mouse.y within expressions to touch.x and touch.y
that should get you a good way in the right direction..
I did as you said and it does not work <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad">
Someone can make me an example <img src="{SMILIES_PATH}/icon_neutral.gif" alt=":|" title="Neutral">
https://www.dropbox.com/s/fbl8wlt0wsgs108/check2.capx