1
Вопросы / Questions / Re: [FAQ] Вопросы по работе в AIMP SkinEditor v3.50+
« on: June 20, 2025, 23:21:52 »but when i use it along with any other skin, it's getting weird:When you apply the test skin, the "MC" ScriptableOperatorCounter restores it's position from the default one (0) to it's last saved position (in your example - 2). This executes the script and enables repeat:
...
apply the test skin, the repeat mode still turned on and the button's texure also shown as 3-"repeat".(should shown as 2-"shuffle")
apply the default skin again, the repeat mode turned on automatically.
Code: [Select]
case State of
...
2:
if shu2 = 0 then
FindObject('acPlayerRepeat').Execute;
One possible solution is to use a ScriptableEventHandler instead, see the attached project