– New "On tick" trigger: no need to use Function plugin anymore. There's backward compatibility though. Old projects using Construct tick-functions will still work.
– Additional parameters for the Easing call: now when you call Ease action you can also pass additional parameters like Object's instance variable. You can later use or check them in the "On tick" or "On finished" triggers. Thus, you can handle multiple easings for different object instances at the same time using the same Easing tag . You can basically have several triggers: "OnTick 'ButtonTransparency' ('close-button')", "OnTick 'ButtonTransparency' ('popup-button')"