Looks good, however I probably would tend to add some icons / images for the Discord, Edge and Photoshop buttons as well, instead of having such an image only for iTunes. If you've did it for iTunes, similarly you can add images for the other buttons as well, altering the ImageName option of the [MeterItunes_ICON] meter, when you're hovering the mouse over any of those button meters ([MeterITUNES_BUTTON], [MeterDiscord_BUTTON], [MeterEdge_BUTTON] or [MeterPhotoshop_BUTTON]), besides showing the [MeterItunes_ICON] meter up.
For instance:
Code: Select all
[MeterItunes_ICON]
Meter=IMAGE
X=200
Y=300
H=300
W=300
Hidden=1
;ImageName=#@#ItunesLogo.png
...
[MeterITUNES_BUTTON]
Meter=BUTTON
X=-300R
Y=200
ButtonImage=#@#ItunesMusic2.png
ButtonCommand=["#LINKS#iTunes.lnk""]
MouseOverAction=[!SetOption MeterItunes_ICON ImageName "#@#ItunesLogo.png"][!UpdateMeter "MeterItunes_ICON"][!ShowMeter "MeterItunes_ICON"][!Redraw]
MouseLeaveAction=[!HideMeter "MeterItunes_ICON"][!Redraw]
[MeterDiscord_BUTTON]
Meter=BUTTON
X=-300R
Y=249
ButtonImage=#@#Discord.png
ButtonCommand=["#LINKS#Discord.lnk"]
MouseOverAction=[!SetOption MeterItunes_ICON ImageName "#@#Discord.png"][!UpdateMeter "MeterItunes_ICON"][!ShowMeter "MeterItunes_ICON"][!Redraw]
MouseLeaveAction=[!HideMeter "MeterItunes_ICON"][!Redraw]
[MeterEdge_BUTTON]
Meter=BUTTON
X=-300R
Y=298
ButtonImage=#@#Edge.png
ButtonCommand=["#LINKS#Microsoft Edge.lnk"]
MouseOverAction=[!SetOption MeterItunes_ICON ImageName "#@#Edge.png"][!UpdateMeter "MeterItunes_ICON"][!ShowMeter "MeterItunes_ICON"][!Redraw]
MouseLeaveAction=[!HideMeter "MeterItunes_ICON"][!Redraw]
[MeterPhotoshop_BUTTON]
Meter=BUTTON
X=-300R
Y=347
ButtonImage=#@#Photoshop.png
ButtonCommand=["#LINKS#Photoshop.lnk"]
MouseOverAction=[!SetOption MeterItunes_ICON ImageName "#@#Photoshop.png"][!UpdateMeter "MeterItunes_ICON"][!ShowMeter "MeterItunes_ICON"][!Redraw]
MouseLeaveAction=[!HideMeter "MeterItunes_ICON"][!Redraw]
I hope it's obvious that you have to have the appropriate images in the @Resource folder (Discord.png, Edge.png and Photoshop.png, besides the existing ItunesLogo.png).
Obviously this can be ignored, however in my opinion it looks much better to have images for all of those buttons.