Im making a game based off of inscription and I have a system where the player travels the world in an Oregon Trail style way and I need the background to move at times when the game says the player is traveling. how do I do this?
You mean adjust the parallax? If so you can configure it in the layer proprieties.
Sorry, I started construct a few months back, I know what a parallax is but how to I code it into my game?
In Construct the coding is facilitated , you just need to select the layer and change this values
There is more things you can do with the layer like zooming for example but for it you must use the event sheets.
thanks!
I was also wondering how to fix this issue with pixelated art where if its scaled down too much it distorts in some way
?? I don't know about it, can you be more specific?
Develop games in your browser. Powerful, performant & highly capable.
well when I make a sprite and put it into the game, I sometimes want it to be a smaller size. so I size it down. But when I press play some pixels of the sprite and smaller or bigger than others.
That's strange but I don't know if it's a serious issue , the game is compressing the sprite so it looks a bit deformed. I recommend you to charge the size of the sprite in the sprite edition and not in the proprieties menu, you gonna get a small sprite on it's true size.
Got it.