Putting actors to float on starting screen

franken2778franken2778 Member Posts: 54
edited January 2012 in Working with GS (Mac)
Hi guys, let me kindly ask for your help,

I have an scene (the start screen let’s say) with 3 actors trapped in balloons, what I need to do is to put these 3 actors to float all around the screen (like objects do with gravity 0 at the outer space) and to collide from time to time and then bounce and continue floating. I know this place is full of great developers and I’m new to this, so any recommendation / help/ guidance will be highly appreciated.

Thank you guys! ^:)^

Comments

  • CloudsClouds Member Posts: 1,599
    There's probably a million different ways of doing this, here's a quick and dirty version using only two behaviours.

    Place an Accelerate behaviour on your balloon actor.
    Direction: random(1,360)
    Acceleration: 200
    Relative to: actor

    Place a Collide behaviour on your balloon actor.
    And make the thing it collides with itself (ie: other balloons).

    Drag a bunch of balloons into the scene.
  • franken2778franken2778 Member Posts: 54
    Hi again and thanks once more for you help, you are simply brilliant Tynan!!! I owe you big time!!! ^:)^
Sign In or Register to comment.