playMaker

Author Topic: Add Force  (Read 1512 times)

Cool_Flow

  • Playmaker Newbie
  • *
  • Posts: 10
Add Force
« on: February 26, 2015, 01:01:12 PM »
I'm having some trouble with Add Force. I'm trying to get my player to hit a ball forward, but no matter which direction I hit the ball at, it always goes one direction (right).

Here is my Add Force Info:

Game Object: Specify Game Object
                     Ball
At Position:    None
Vector:          Player Position (Vector3 Variable)
X:                 None
Y:                 None
Z:                 None
Space:          World
Force Mode:  Velocity Change
Every Frame: Unchecked

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: Add Force
« Reply #1 on: February 26, 2015, 01:16:37 PM »
The vector spot there is considered a Direction but it looks like you're applying a position, which doesn't work.

How are you intending to apply force?
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

Cool_Flow

  • Playmaker Newbie
  • *
  • Posts: 10
Re: Add Force
« Reply #2 on: February 26, 2015, 02:28:13 PM »
I changed this from add force to add explosion force and it worked.