TweenGMS 2 Beta 5.2


TweenGMS 2 Beta 5.2 is now available for download!

This is a small update improving support for TweenGet() and TweenSet(). 

Additionally, "tween selection" has been extended to allow for custom lists or arrays holding tween ids. See patch notes below for examples.

With this update, TweenGMS 2.0 is now 99% feature complete. Further updates will likely be focused on documentation and improving stability alongside anticipated GameMaker updates, especially in regards to structs and garbage collection.

Please contact me if you come across any bugs. Also, if you haven't already, come join the TweenGMS Discord Server!

[5.2 Patch notes]

-Updated TweenSet() support
  * TweenSet(t, "start/destination", 123) better supports tweens created with TweenCreate()
  * TweenSet/Get(tween, "property") works again!
  * Added "raw_start" and "raw_destination" support for TweenGet()/TweenSet()
 
-Extended tween selection to support custom lists and arrays holding tween ids
 * e.g.
   tList = ds_list_create();
   ds_list_add(tList, tween1, tween2, tween3);
   TweenPause({list: tList});
 
   tArray = [tween1, tween2, tween3];
   TweenResume({list: tArray});
 
   TweenStop({list: [tween1, tween2, tween3]});

Files

TweenGMS 2 Beta 5.2 (Requires GMS 2.3.1) 70 kB
Feb 01, 2021

Get TweenGMS

Leave a comment

Log in with itch.io to leave a comment.