help

ipwnr95ipwnr95 Member Posts: 14
edited November -1 in Working with GS (Mac)
so i'm working on a game where the character has to slide down an ice hill, and the hill has lots of ups and downs and bumps, I'm wondering if there is a way to make the character slide down it in a similar manner to tiny wings, without making a bunch of invisible actors to act as the part the character slides on, because when I do that the characters motion isnt fluid or nice looking.

Any ideas? Thanks

Comments

  • mangaroomangaroo Member Posts: 419
    I'm afraid all I've heard about this is to create a bunch of invisible actors to create the arch as you said...perhaps try a combination of rectangles and small circles to make their borders overlap to create a smooth slide

    I have an idea..create actors called "jump section1-x" x being the number of different types of curves. then limit the position of the actor so that when reaches the middle of the curve (so some rectangles and circles needed for the outskirts) and when he falls into this certain jump section his position is interpolated to a path based on the distance of the section covered - not the momentum but the position co-ordinates...perhaps you can make about 5 points on each section with small interpolation time. this requires a lot of work and timing to get the co-ordinates time and it would limit the different types of hills to how many you want to make....but once you get 2 or 3 right it should be too hard to do the rest

    sounds like it should work for a tiny wings kind of game, just need to get the correct timing and and a nice arch with some position
  • old_kipperold_kipper Member Posts: 1,420
    Try using some larger invisible actors circular collision shapes and smooth the inside curves smaller invisible actors that have rectangular collision shapes. It does not take too many to produce a reasonable curve that makes for smooth movement, and I don't know or any other way.

    good luck kipper
  • ipwnr95ipwnr95 Member Posts: 14
    alright thatnks for the advice! i'll give it a try
Sign In or Register to comment.