TweenGMS v1.20
This update has removed the setter/getter property functions from the global namespace in order to prevent conflicts with other GameMaker libraries. This means that obsolete default property setter functions, such as x__, or image_angle__, can no longer be passed as properties to tween functions calls.
For example, the following line...
TweenFire(id, EaseLinear, 0, true, 0, 1, x__, 0, 100, y__, 0, 100);
would need to be updated to...
TweenFire(id, EaseLinear, 0, true, 0, 1, "x", 100, "y", 0, 100);
This does not affect any custom property setter scripts/functions. These can still be used directly, if desired.
Please update any code that is affected by this change.
Additional changes can be found in the release notes HERE.
Files
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 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.