Hi everybody
I have a problem with scrolling screens.. I want the player to stay near the bottom of the screen, but I'm not able to...I used the setviewport function in the repeatedly_execute section of the room screen,
setviewport(player.x-160,player.y-180);
this way the character is where I want, but it flickers a lot everytime he moves...Do you know a best way in order to prevent the character from flickering?
Thank you
I have a problem with scrolling screens.. I want the player to stay near the bottom of the screen, but I'm not able to...I used the setviewport function in the repeatedly_execute section of the room screen,
setviewport(player.x-160,player.y-180);
this way the character is where I want, but it flickers a lot everytime he moves...Do you know a best way in order to prevent the character from flickering?
Thank you