playMaker

Author Topic: Make object bounce in specific positions 2d  (Read 1898 times)

Kyani

  • Playmaker Newbie
  • *
  • Posts: 7
Make object bounce in specific positions 2d
« 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!

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: Make object bounce in specific positions 2d
« Reply #1 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.
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

Neoisrael

  • Playmaker Newbie
  • *
  • Posts: 34
Re: Make object bounce in specific positions 2d
« Reply #2 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