Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Kyani on September 15, 2014, 11:07:00 PM

Title: Make object bounce in specific positions 2d
Post by: Kyani on September 15, 2014, 11:07:00 PM
Hi, I am new to unity and playmaker.
I have my spawned bouncing objects and my platforms that move to the positions that I want them, can I get some advice on how to get my bouncing objects to bounce in specific positions, rather than randomly? ie I only want the object to bounce in the same positions that the platform can move to.
Thankyou!
Title: Re: Make object bounce in specific positions 2d
Post by: Lane on September 16, 2014, 07:30:25 AM
If its more or less a locked path then it would probably be better to use tweens and paths to make it look like a bounce.
Title: Re: Make object bounce in specific positions 2d
Post by: Neoisrael on September 16, 2014, 07:50:20 AM
If its more or less a locked path then it would probably be better to use tweens and paths to make it look like a bounce.

Agreed...

u can use a trigger to capture the gameobject and then activate tweens on it :)
u can use 2 points in space to make it look more smoother