TweenGMS 2 Beta 5.2
TweenGMS » Devlog
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
TweenGMS
Tweening engine for GameMaker
More posts
- TweenGMX Beta 14 + Moving to GM MarketplaceJul 24, 2022
- TweenGMX Beta 13 (Essential Runtime Fix)Jun 24, 2022
- TweenGMX and Beta 12Apr 18, 2022
- TweenGMS 1.20 "Silent" UpdateApr 02, 2022
- TweenGMS v1.20Mar 30, 2022
- TweenGMS Pro v1.12 (copy-on-write fix)Feb 25, 2022
- TweenGMS 2 Beta 11Feb 07, 2022
- TweenGMS Pro v1.11Jan 01, 2022
- TweenGMS 2 Beta 10Dec 28, 2021
- TweenGMS Pro v1.10.1 (Small Fix)Dec 01, 2021
Leave a comment
Log in with itch.io to leave a comment.