How do I

0 favourites
  • 3 posts
  • Hi,

    I'm struggling with a major element in my game. I want to create graphic movement/scrolling like the game in the link. Another similar game is bike rivals. Mine is a space shoot em up. Can't get scrolling and repeating graphics to work.

    http://www.miniclip.com/games/moto-x3m/en/#t-w-c-C

    Please help.

    Thanks

    H

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Damn... I wasted a bunch of time playing that game.. its quite fun..

    Looks to me like its simply a really long layout/level the back grounds were simply repeating parallax layers.

    The problem with space shooters is space is basically endless so you can't simply repeat the same cruise ship over and over like that game does on the beach scenes.

    1. You can do it several ways, dynamically generate stars and heavenly bodies randomly that move on a black background using a bullet behavior.

    2. Or you can use a repeating starfield background (this method is tricky as you will run into the white line issue of repeating backgrounds in construct2).

    3. You can do like I did in my space shooter (linked in sig), I simply used a wiiiide .png and timed its speed to last until wave 100. Since my game wasn't infinite this works.

    If your making a level that the player beats after going only so far then this would work for you too.

    If you question was really about parallax layer behavior.. there are lots of tutorials and a manual topic explaining it using Construct2.

  • Thanks. I just played your game, it's quite fun.

    My idea is for the player to go through a tunnell of some kind so option 3 I will try. Tried option 1 and 2 (2 is not what i'm looking for). It's not an inifinate level, I want the wall's etc to change as they move through.

    Thanks again and good luck with your game.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)