playMaker

Author Topic: Set Vector2 XY every frame not working [SOLVED]  (Read 1405 times)

MikeTelly

  • Playmaker Newbie
  • *
  • Posts: 40
Set Vector2 XY every frame not working [SOLVED]
« on: June 29, 2018, 12:56:41 AM »
So I've got these 3 actions set up, and for some reason the vector2 isn't taking on the values from the Horizontal and Vertical Axis. Am I doing this right?

« Last Edit: June 30, 2018, 12:19:19 PM by djaydino »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Set Vector2 XY every frame not working
« Reply #1 on: June 29, 2018, 07:18:25 AM »
Hi.
I edited your post so the picture can be seen directly :)

The setup should work.

When playing do you see the values changing on the get axis variables (when pressing controller movements) ?

and is the state active?

Are there other fsms that manipulate the moveVectior variable?

Maybe the Multiply value (teleportMarkerSpeed) got set to somehow 0 while playing

MikeTelly

  • Playmaker Newbie
  • *
  • Posts: 40
Re: Set Vector2 XY every frame not working
« Reply #2 on: June 29, 2018, 11:49:25 AM »
Hi.
I edited your post so the picture can be seen directly :)

The setup should work.

When playing do you see the values changing on the get axis variables (when pressing controller movements) ?

and is the state active?

Are there other fsms that manipulate the moveVectior variable?

Maybe the Multiply value (teleportMarkerSpeed) got set to somehow 0 while playing

Aww jeez I'm dumb. Don't worry it works. I multiplied the variable in an action below but completely forgot to give the multiplier a non-zero value.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Set Vector2 XY every frame not working
« Reply #3 on: June 30, 2018, 12:19:05 PM »
Hi.
No problem, even with me things like that still happens sometimes :D