playMaker

Author Topic: Animate Vector or Animate Float not working  (Read 1510 times)

intrikit

  • Full Member
  • ***
  • Posts: 132
    • Defiant Child
Animate Vector or Animate Float not working
« on: September 21, 2015, 03:43:13 AM »
I'm trying to animate the scale of a game object. So I used a Get Scale action and stored the Vector3 in a variable. Right underneath it I have an Animate Vector3 action but it doesn't animate. I've also tried this with a float to no avail. What could I be missing?

Thanks in advance!


mdotstrange

  • Hero Member
  • *****
  • Posts: 555
    • Can't code? Who cares! Make games anyway!
Re: Animate Vector or Animate Float not working
« Reply #1 on: September 21, 2015, 04:10:50 AM »
You need to use "Set Scale" with your scaleVect variable to animate the scale-

Get scale grabs the scale and stores it- the AnimateVector3 is just changing the variable- you need to plug that var into Set Scale to have it do stuff  :)
Indie game dev and instructor at the Strange School. Learn Playmaker at the Strange School!