track and field 100m style scrolling background

adam_b_ukadam_b_uk Member Posts: 50
edited November -1 in Working with GS (Mac)
what would be the best way to achieve this?

i cant quite figure what the maximum length of the background image can be?

at the minute im going for a tiled approach but im having trouble figuring out how to get the next tile to appear at the end of the one before it :(

Comments

  • Metronome49Metronome49 Member Posts: 297
    I think the maximum length is 1024px.
  • adam_b_ukadam_b_uk Member Posts: 50
    cool man, thanks for the info.

    not being able to work out how to just get the tiles to scroll next to each other is killing me lol
  • SlickZeroSlickZero Houston, TexasMember, Sous Chef Posts: 2,870
    1024 x 1024 is max image size. You can make the stage as wide as you need it to be, and just place the segments in line with each other, and have the main actor move across instead of scrolling the background. You'll just have to position the camera where you need it. With images that size, it will be less taxing on the device to move the actor instead of a bunch of 1024 x 1024 backgrounds, even if you use interpolate to move the backgrounds.
Sign In or Register to comment.