It would be about assigning two icons to the corresponding image meter when you mouse over them.
For example, when you mouse over, set a variable EditIndex "1" for the first image meter, then the update meter for [IconSetting] is performed, and the X position should then be positioned to the first image Meter. This approach would also apply to the other image meters.
Unless I've overlooked something here.
Snipped from the Code
For example, when you mouse over, set a variable EditIndex "1" for the first image meter, then the update meter for [IconSetting] is performed, and the X position should then be positioned to the first image Meter. This approach would also apply to the other image meters.
Unless I've overlooked something here.
Snipped from the Code
Code:
[FavPreview1]Meter=ImageImageName=#Thumbnail1#X=0Y=30W=150H=150SolidColor=255,255,255,50UpdateDivider=-1DynamicVariables=1MouseOverAction=[!SetVariable EditIndex "1"][!UpdateMeter IconSetting][!UpdateMeter IconDelete][FavPreview2]Meter=ImageImageName=#Thumbnail2#X=160Y=30W=150H=150SolidColor=255,255,255,50UpdateDivider=-1DynamicVariables=1MouseOverAction=[!SetVariable EditIndex "2"][!UpdateMeter IconSetting][!UpdateMeter IconDelete][FavPreview3]Meter=ImageImageName=#Thumbnail3#X=10RY=30W=150H=150SolidColor=255,255,255,50UpdateDivider=-1DynamicVariables=1;-------------------[FavPreview4]Meter=ImageImageName=#Thumbnail4#X=10RY=30W=150H=150SolidColor=255,255,255,50UpdateDivider=-1DynamicVariables=1;-------------------[FavPreview5]Meter=ImageImageName=#Thumbnail5#X=0Y=200W=150H=150SolidColor=255,255,255,50UpdateDivider=-1DynamicVariables=1[FavPreview6]Meter=ImageImageName=#Thumbnail6#X=10RY=200W=150H=150SolidColor=255,255,255,50UpdateDivider=-1DynamicVariables=1[FavPreview7]Meter=ImageImageName=#Thumbnail7#X=10RY=200W=150H=150SolidColor=255,255,255,50UpdateDivider=-1DynamicVariables=1[FavPreview8]Meter=ImageImageName=#Thumbnail8#X=10RY=200W=150H=150SolidColor=255,255,255,50UpdateDivider=-1DynamicVariables=1[IconSetting]Meter=StringX=([#EditIndex]=1?([FavPreview1:W]-23):([#EditIndex]=2?([FavPreview2:W]-23):(#EditIndex#=3?([FavPreview3:W]-23):(#EditIndex#=4?([FavPreview4:W]-23):(#EditIndex#=5?([FavPreview5:W]-23):(#EditIndex#=6?([FavPreview6:W]-23):(#EditIndex#=7?([FavPreview7:W]-23):(#EditIndex#=8?([FavPreview8:W]-23):([FavPreview1:W]-23)))))))))Y=([FavPreview1:H]-45)InlineSetting=Shadow | 2 | 1 | 2 | 0,0,0,255FontSize=15FontColor=255,255,255,255SolidColor=50,50,50,50Padding=1,10,2,10AntiAlias=1Text=[\xec55]InlineSetting2=Face | IcoFontInlinePattern2=[\xec55]StringEffect=BorderFontEffectColor=0,0,0,255DynamicVariables=1[IconDelete]Meter=StringX=([FavPreview1:W]-23)Y=([FavPreview5:H]-5)InlineSetting=Shadow | 2 | 1 | 2 | 0,0,0,255FontSize=15FontColor=255,255,255,255SolidColor=50,50,50,50Padding=1,5,2,10AntiAlias=1Text=[\xec53]InlineSetting2=Face | IcoFontInlinePattern2=|[\xec53]StringEffect=BorderFontEffectColor=0,0,0,255DynamicVariables=1Hidden=0
Statistics: Posted by Rooky_89 — Yesterday, 9:39 pm