playMaker

Author Topic: Change a Value Over Time?  (Read 3302 times)

eggnof

  • Playmaker Newbie
  • *
  • Posts: 1
Change a Value Over Time?
« on: January 03, 2015, 03:03:41 AM »
Does Playmaker have an action that will let me change a value over time? Say if I wanted an event to trigger a light to gradually increase it's intensity until it hits a set value, or perhaps have an object fade out its opacity on death? I believe this would be done with lerping in scripting, does Playmaker have anything similar?

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: Change a Value Over Time?
« Reply #1 on: January 03, 2015, 09:35:47 AM »
Animate float or ease float or tweens.

Basically you animate variables and then inject then into whatever you want every frame while they are changing.
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Change a Value Over Time?
« Reply #2 on: January 05, 2015, 02:02:30 AM »
i usually use the HOTween float action