OK, I found the problem with STDOUT (very nice command!). The size of my Mousearray was to small (on pc you can´t test it

) and now I sized it with "DIM mouse[GETMOUSECOUNT()]".
But now I have another question and I don´t want to create a new Thread for that.
In my game you have to move objects with the fingers, but When I touch the object
it pushes with highspeed align the x-axis out of the screen.
I use the command "object.pos.x%,INC MOUSEAXIS(0)" and on PC it works fine.
Hope you can help me
