Hi Pakost,
I have another question that is for game speed When I checked the game on my local system that is working fine but when I tested it on my android phone that time speed is too slow.
basically when I click the moving button with the help of touch event
I have this code
event
Touch---Is Touching --(object)
action
Player ------ set X to self.X +self.xSpeed*dt
where xSpeed is plyer's variable.
do you have any idea what is the issues