am creating one shooting game... some thing like below points:- (game in portrait mode)
1) i have a big road ( height = 2048 width= 450)
2)player is aeroplane it have to move with the help of joystick.
( if player can move forward, backward, left, right ) all working fine with the help of joystick.
my problem is:- if player moving forward screen(my background road) is also moving at the time joystick is disappered...
how i can resolve this issue. when screenmoved also i want my joystick appear....