2.06 came with a very useful command ctrlMapSetPosition.
However, there is one major feature missing: You cannot use 'ctrlCommit' to set a position and size of a map at a speed lower than instantly.
I would like to be able to specify how long the animation takes to change position and size (so like: map ctrlCommit x, with x > 0).
Description
Description
Details
Details
- Severity
- Feature
- Resolution
- Won't Fix
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Feature Request
Steps To Reproduce
I can provide an example if needed.
Additional Information
My solution would be to include a fifth optional parameter as the animation length, default being 0 to not break anything.
E.g
map ctrlMapSetPosition [x, y, w, h, duration]
Event Timeline
Comment Actions
I'm afraid, this is not possible at this point because of how the maps inside controls groups are handled. You will have to script it yourself in one of those per each frame EHs.