Hi all! I try to make a endless scroller game for my kid:)
There is a "train simulator" with 2 scenes - side view on a train and view from cockpit.
Let my ask about scroller/
In scene 1 (side view) i see this as:
- create a template of background
- clone and insert it,
- then on update i move it
- if this right border = screen right border, i clone background template and insert it and move too
- if right border of first clone= screen left border, i delete this
Its right?