is possible to do "when Mouse click object" or "when Touch object" sentence? or i need to duplicate the actions for the different conditions?
Right now you need to duplicate the events I'm afraid - this could be fixed by having a Function object but there isn't one yet. So you need to (for example) copy-paste your 'on object touched' event and replace it by 'on object clicked' or whatever you think is suitable.
Queezi: glad it also works. It will be slower because phones are just slower in general, and I've no idea if many phones have hardware accelerated canvases, which would make it even slower. However, I'm betting future phones will improve on this.