Putting actors to float on starting screen
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! ^:)^
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
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.