AIMP Forum

AIMP for PC => Skin Editor, Skin Engine => Вопросы / Questions => Topic started by: Antonym on August 14, 2017, 20:47:49

Title: Pause Button colored when track is paused - How can i do this?
Post by: Antonym on August 14, 2017, 20:47:49
Hello, i couldn't find a solution in the help file and i have no coding experience, so forgive me if i ask a stupid question.

I'd like to see when the track is actually paused - for example the "pause" button shows up like it is pushed. (or flashing, that good too)

My first idea was that it should work like the "Mute" button (i'm modifying the Bliss skin)

(http://i.imgur.com/519HvZW.jpg)

but when i just replace "acPlayerVolumeMute" with "acPlayerPause" the button icon doesn't work in the same way as it did for the mute function. The texture for the button doesn't use the 6 frames like it did with the "acPlayerVolumeMute"

What is going wrong there, how can this be done?

 (i've seen a skins with this function, but i don't have a clue how it works :  Bliss compact Dark v1.3 by Vincent Koelo for example)

Title: Re: Pause Button colored when track is paused - How can i do this?
Post by: Aleksandr009 on August 14, 2017, 21:07:33
Help > Skin structure > Controls > Digital display  (TASEDigitsDisplay, TASETimeDisplay) > Exemple: Playback status
Title: Re: Pause Button colored when track is paused - How can i do this?
Post by: Antonym on August 14, 2017, 23:25:38
Thank you very much !  - i figured out how it works : now i got the skin how i like it.  8)