Help creating a game like Fall Down!!

KevinPrice692KevinPrice692 Member Posts: 2
edited July 2012 in Working with GS (Mac)
I am trying to create a game kinda like FallDown but a little different.

I created all my actors and background and everything but I can't figure out how to make the screen do the falling down "motion".

And how the game can generate random platforms while people are playing the game.

Can anyone help?

Thanks!

Comments

  • outsidethebyteoutsidethebyte Member Posts: 115
    edited July 2012
    Have a set number of actors. These are placed off screen at the bottom. Their linear velocity should then be set, moving them up screen. When they go off the top of the screen, a rule should move them back to the bottom and position their x value with a random(xmin,xmax) value. This will perform very well, and not require any spawning. If you have something colliding with the platforms, make sure their density is very high so they don't move.

    If you need more help, contact me at techhelp (AT) outsidethebyte.com
  • KevinPrice692KevinPrice692 Member Posts: 2
    I got the Linear Velocity to work. Now I just need to figure out how to set a rule to move them back to the bottom. Any help with that?
Sign In or Register to comment.