is easy to use, take a look at the audio_player skin, open it in the editor and you will see what i mean.(save the star you post as "star_off.png" and place it in your skin folder.)the indicator code is to toggle the on and off stage.
now all we need is off star, unless you wanna use the one i was using before, and make it darker and shadowed to be used as a star_off.png,
Code:
I,130,299,53,42,"CUSTOM_1STAR"
I,186,299,53,42,"CUSTOM_2STAR"
I,242,299,53,42,"CUSTOM_3STAR"
I,298,299,53,42,"CUSTOM_4STAR"
I,354,299,53,42,"CUSTOM_5STAR"
IMG,130,299,53,42,"star_on.png",ON
IMG,186,299,53,42,"star_on.png",ON
IMG,242,299,53,42,"star_on.png",ON
IMG,298,299,53,42,"star_on.png",ON
IMG,354,299,53,42,"star_on.png",ON
IMG,130,299,53,42,"star_off.png",OFF
IMG,186,299,53,42,"star_off.png",OFF
IMG,242,299,53,42,"star_off.png",OFF
IMG,298,299,53,42,"star_off.png",OFF
IMG,354,299,53,42,"star_off.png",OFF
END