It is currently March 28th, 2024, 11:16 am

ActionTimer Has Effects on Other Meters & ActionTimer 'Area'

Get help with creating, editing & fixing problems with skins
User avatar
balala
Rainmeter Sage
Posts: 16109
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: ActionTimer Has Effects on Other Meters & ActionTimer 'Area'

Post by balala »

eclectic-tech wrote: September 5th, 2019, 11:02 am Yes, I agree, but for some reason it did not work for them until they removed UpdateDivider=-1, which introduced the ping/pong action when the mouse is over the left section of the meter. So my alternative worked for them. :)
I don't know what to say, because it does work perfectly for me: https://forum.rainmeter.net/viewtopic.php?f=5&t=33293&p=165198#p165198
GIF.gif
I copied and used hyprdmg's last posted meters, just added back the UpdateDivider=-1 option to the [MeterMouseHover1] meter. :confused:
User avatar
hyprdmg
Posts: 44
Joined: May 23rd, 2010, 5:05 pm

Re: ActionTimer Has Effects on Other Meters & ActionTimer 'Area'

Post by hyprdmg »

balala wrote: September 5th, 2019, 11:42 am But this code still has the X option of the [MeterMouseHover1] set to X=#L1M#, not to X=15, as eclectic-tech proposed.
I had tried both ways and decided that in case I share it and someone wants to change the margin, it would be better with variables (also, easier to change the variables listed at the top, rather than looking through all the code for the X's).

As for the UpdateDivider=-1, if you check my post from last night, I included the entire code I currently have (only difference is I have the X's set to 15 instead of #LXM#.

With this not being my own original skin, and one I am just editing, I could easily be missing something as I went along.
User avatar
balala
Rainmeter Sage
Posts: 16109
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: ActionTimer Has Effects on Other Meters & ActionTimer 'Area'

Post by balala »

hyprdmg wrote: September 5th, 2019, 12:02 pm As for the UpdateDivider=-1, if you check my post from last night, I included the entire code I currently have (only difference is I have the X's set to 15 instead of #LXM#.
This one? Because what is last night for you, might not be last night for us, depending on the time zone you and we are in.
If that is the code you are talking about, it is completely working for me as it is (with X=15 on the [MeterMouseHoverXX] meters) (as I said more times before).
If I replace the above X options with X=#LXXM# and add back the UpdateDivider=-1 on the [MeterMouseHoverXX] meters, the code still work well for me. No issues, no problems, it simply works.
hyprdmg wrote: September 5th, 2019, 12:02 pm With this not being my own original skin, and one I am just editing, I could easily be missing something as I went along.
That's why I asked you to pack the whole config and upload it. If you wish...
User avatar
hyprdmg
Posts: 44
Joined: May 23rd, 2010, 5:05 pm

Re: ActionTimer Has Effects on Other Meters & ActionTimer 'Area'

Post by hyprdmg »

Ahh, sorry. I only provided the current code I have.

This is what I currently have.
GameView - HyprDmg_1.rmskin
Current Settings - No UpdateDivider=-1
(44.1 KiB) Downloaded 15 times
User avatar
balala
Rainmeter Sage
Posts: 16109
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: ActionTimer Has Effects on Other Meters & ActionTimer 'Area'

Post by balala »

hyprdmg wrote: September 5th, 2019, 3:38 pm Ahh, sorry. I only provided the current code I have.

This is what I currently have. GameView - HyprDmg_1.rmskin
And again: it works (almost) perfectly:
GIF.gif
(I replaced the Path option of the [Measure Folder] measure with Path=#SKINSPATH#, to get the skin working and removed the SolidColor2 option of the [Background] meter).
The single issue with this code is that I get moved the last [MeterMouseHoverXX] meter I was last time on. But there is the already proposed simple solution: add back the UpdateDivider=-1 options:

Code: Select all

[Rainmeter]
Update=-1
SolidColor=0,0,0,1
DynamicWindowSize=1

[Metadata]
Name=Gameview
Author= Vicious Ned and Dylan Key

[Variables]
TextColour=192,192,192
ShortcutColour=0,0,0,1
MouseOverColour=50,205,50
TextSize=12
Font=Segoe UI
AntiAlias=1
ScreenWidth=#SCREENAREAWIDTH@2#
ScreenHeight=#SCREENAREAHEIGHT@2#
BarWidth=720
TopMargin=10
Spacing=15
LinkArea=26
NumOfApps=(#ScreenHeight#/(#TextSize#+#Spacing#))
WW=15
L1M=15
L2M=15
L3M=15
L4M=15
L5M=15
L6M=15
L7M=15
L8M=15
L9M=15
L10M=15
L11M=15
L12M=15
L13M=15
L14M=15
L15M=15
L16M=15
L17M=15
L18M=15
L19M=15
L20M=15
L21M=15
L22M=15
L23M=15
L24M=15
L25M=15
L26M=15
L27M=15
L28M=15
L29M=15
L30M=15
L31M=15
L32M=15
L33M=15
L34M=15
L35M=15
L36M=15
L37M=15
L38M=15
L39M=15
L40M=15

[MeasureFolder]
Measure=Plugin
Plugin=FileView
Path=#SKINSPATH#
Count=#NumOfApps#
ShowDotDot=0
HideExtensions=1


;*****MEASURES*****


[mLink1]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=1

[mName1]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=1

[mLink2]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=2
[mName2]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=2

[mLink3]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=3
[mName3]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=3

[mLink4]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=4
[mName4]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=4

[mLink5]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=5
[mName5]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=5

[mLink6]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=6
[mName6]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=6

[mLink7]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=7
[mName7]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=7

[mLink8]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=8
[mName8]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=8

[mLink9]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=9
[mName9]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=9

[mLink10]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=10
[mName10]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=10

[mLink11]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=11
[mName11]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=11

[mLink12]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=12
[mName12]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=12

[mLink13]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=13
[mName13]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=13

[mLink14]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=14
[mName14]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=14

[mLink15]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=15
[mName15]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=15

[mLink16]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=16
[mName16]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=16

[mLink17]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=17
[mName17]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=17

[mLink18]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=18
[mName18]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=18

[mLink19]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=19
[mName19]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=19

[mLink20]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=20
[mName20]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=20

[mLink21]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=21
[mName21]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=21

[mLink22]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=22
[mName22]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=22

[mLink23]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=23
[mName23]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=23

[mLink24]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=24
[mName24]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=24

[mLink25]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=25
[mName25]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=25

[mLink26]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=26
[mName26]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=26

[mLink27]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=27
[mName27]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=27

[mLink28]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=28
[mName28]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=28

[mLink29]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=29
[mName29]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=29

[mLink30]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=30
[mName30]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=30

[mLink31]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=31
[mName31]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=31

[mLink32]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=32
[mName32]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=32

[mLink33]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=33
[mName33]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=33

[mLink34]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=34
[mName34]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=34

[mLink35]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=35
[mName35]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=35

[mLink36]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=36
[mName36]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=36

[mLink37]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=37
[mName37]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=37

[mLink38]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=38
[mName38]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=38

[mLink39]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=39
[mName39]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=39

[mLink40]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FilePath
Index=40
[mName40]
Measure=Plugin
Plugin=FileView
Path=[MeasureFolder]
Type=FileName
Index=40


;*****METERS*****


[MouseOverBar]
Meter=Image
W=1
H=#ScreenHeight#
SolidColor=0,0,0,1
MouseOverAction=[!ShowMeterGroup GameGroup][!Update]
MouseScrollDownAction=[!CommandMeasure mLink][!IndexUp]
MouseScrollUpAction=[!CommandMeasure mLink] [!IndexDown]

[View]
Meter=Image
Group=GameGroup
W=#ScreenWidth#
H=#ScreenHeight#
PreserveAspectRatio=2
Hidden=1
DynamicVariables=1
ImageName=""

[Background]
Meter=Image
MeasureName=MeasureScroll
Group=GameGroup
SolidColor=22,22,29
;SolidColor2=22,22,29,0
W=#BarWidth#
H=#ScreenHeight#
AntiAlias=1
Hidden=1
;MouseLeaveAction=[!HideMeterGroup GameGroup][!Update]
MouseScrollDownAction=[!CommandMeasure "MeasureFolder" IndexDown][!Update]
MouseScrollUpAction=[!CommandMeasure "MeasureFolder" IndexUp][!Update]


;*****Animation Stuff*****


[MeasureSlide]
Measure=Plugin
Plugin=ActionTimer

ActionList1=Repeat Right1,#WW#,5
Right1=[!SetVariable L1M "(Clamp(#L1M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link1][!Redraw]
ActionList2=Repeat Left1,#WW#,5
Left1=[!SetVariable L1M "(Clamp(#L1M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link1][!Redraw]

ActionList3=Repeat Right2,#WW#,5
Right2=[!SetVariable L2M "(Clamp(#L2M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link2][!Redraw]
ActionList4=Repeat Left2,#WW#,5
Left2=[!SetVariable L2M "(Clamp(#L2M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link2][!Redraw]

ActionList5=Repeat Right3,#WW#,5
Right3=[!SetVariable L3M "(Clamp(#L3M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link3][!Redraw]
ActionList6=Repeat Left3,#WW#,5
Left3=[!SetVariable L3M "(Clamp(#L3M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link3][!Redraw]

ActionList7=Repeat Right4,#WW#,5
Right4=[!SetVariable L4M "(Clamp(#L4M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link4][!Redraw]
ActionList8=Repeat Left4,#WW#,5
Left4=[!SetVariable L4M "(Clamp(#L4M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link4][!Redraw]

ActionList9=Repeat Right5,#WW#,5
Right5=[!SetVariable L5M "(Clamp(#L5M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link5][!Redraw]
ActionList10=Repeat Left5,#WW#,5
Left5=[!SetVariable L5M "(Clamp(#L5M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link5][!Redraw]

ActionList11=Repeat Right6,#WW#,5
Right6=[!SetVariable L6M "(Clamp(#L6M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link6][!Redraw]
ActionList12=Repeat Left6,#WW#,5
Left6=[!SetVariable L6M "(Clamp(#L6M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link6][!Redraw]

ActionList13=Repeat Right7,#WW#,5
Right7=[!SetVariable L7M "(Clamp(#L7M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link7][!Redraw]
ActionList14=Repeat Left7,#WW#,5
Left7=[!SetVariable L7M "(Clamp(#L7M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link7][!Redraw]

ActionList15=Repeat Right8,#WW#,5
Right8=[!SetVariable L8M "(Clamp(#L8M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link8][!Redraw]
ActionList16=Repeat Left8,#WW#,5
Left8=[!SetVariable L8M "(Clamp(#L8M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link8][!Redraw]

ActionList17=Repeat Right9,#WW#,5
Right9=[!SetVariable L9M "(Clamp(#L9M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link9][!Redraw]
ActionList18=Repeat Left9,#WW#,5
Left9=[!SetVariable L9M "(Clamp(#L9M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link9][!Redraw]

ActionList19=Repeat Right10,#WW#,5
Right10=[!SetVariable L10M "(Clamp(#L10M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link10][!Redraw]
ActionList20=Repeat Left10,#WW#,5
Left10=[!SetVariable L10M "(Clamp(#L10M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link10][!Redraw]

ActionList21=Repeat Right11,#WW#,5
Right11=[!SetVariable L11M "(Clamp(#L11M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link11][!Redraw]
ActionList22=Repeat Left11,#WW#,5
Left11=[!SetVariable L11M "(Clamp(#L11M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link11][!Redraw]

ActionList23=Repeat Right12,#WW#,5
Right12=[!SetVariable L12M "(Clamp(#L12M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link12][!Redraw]
ActionList24=Repeat Left12,#WW#,5
Left12=[!SetVariable L12M "(Clamp(#L12M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link12][!Redraw]

ActionList25=Repeat Right13,#WW#,5
Right13=[!SetVariable L13M "(Clamp(#L13M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link13][!Redraw]
ActionList26=Repeat Left13,#WW#,5
Left13=[!SetVariable L13M "(Clamp(#L13M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link13][!Redraw]

ActionList27=Repeat Right14,#WW#,5
Right14=[!SetVariable L14M "(Clamp(#L14M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link14][!Redraw]
ActionList28=Repeat Left14,#WW#,5
Left14=[!SetVariable L14M "(Clamp(#L14M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link14][!Redraw]

ActionList29=Repeat Right15,#WW#,5
Right15=[!SetVariable L15M "(Clamp(#L15M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link15][!Redraw]
ActionList30=Repeat Left15,#WW#,5
Left15=[!SetVariable L15M "(Clamp(#L15M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link15][!Redraw]

ActionList31=Repeat Right16,#WW#,5
Right16=[!SetVariable L16M "(Clamp(#L16M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link16][!Redraw]
ActionList32=Repeat Left16,#WW#,5
Left16=[!SetVariable L16M "(Clamp(#L16M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link16][!Redraw]

ActionList33=Repeat Right17,#WW#,5
Right17=[!SetVariable L17M "(Clamp(#L17M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link17][!Redraw]
ActionList34=Repeat Left17,#WW#,5
Left17=[!SetVariable L17M "(Clamp(#L17M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link17][!Redraw]

ActionList35=Repeat Right18,#WW#,5
Right18=[!SetVariable L18M "(Clamp(#L18M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link18][!Redraw]
ActionList36=Repeat Left18,#WW#,5
Left18=[!SetVariable L18M "(Clamp(#L18M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link18][!Redraw]

ActionList37=Repeat Right19,#WW#,5
Right19=[!SetVariable L19M "(Clamp(#L19M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link19][!Redraw]
ActionList38=Repeat Left19,#WW#,5
Left19=[!SetVariable L19M "(Clamp(#L19M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link19][!Redraw]

ActionList39=Repeat Right20,#WW#,5
Right20=[!SetVariable L20M "(Clamp(#L20M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link20][!Redraw]
ActionList40=Repeat Left20,#WW#,5
Left20=[!SetVariable L20M "(Clamp(#L20M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link20][!Redraw]

ActionList41=Repeat Right21,#WW#,5
Right21=[!SetVariable L21M "(Clamp(#L21M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link21][!Redraw]
ActionList42=Repeat Left21,#WW#,5
Left21=[!SetVariable L21M "(Clamp(#L21M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link21][!Redraw]

ActionList43=Repeat Right22,#WW#,5
Right22=[!SetVariable L22M "(Clamp(#L22M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link22][!Redraw]
ActionList44=Repeat Left22,#WW#,5
Left22=[!SetVariable L22M "(Clamp(#L22M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link22][!Redraw]

ActionList45=Repeat Right23,#WW#,5
Right23=[!SetVariable L23M "(Clamp(#L23M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link23][!Redraw]
ActionList46=Repeat Left23,#WW#,5
Left23=[!SetVariable L23M "(Clamp(#L23M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link23][!Redraw]

ActionList47=Repeat Right24,#WW#,5
Right24=[!SetVariable L24M "(Clamp(#L24M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link24][!Redraw]
ActionList48=Repeat Left24,#WW#,5
Left24=[!SetVariable L24M "(Clamp(#L24M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link24][!Redraw]

ActionList49=Repeat Right25,#WW#,5
Right25=[!SetVariable L25M "(Clamp(#L25M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link25][!Redraw]
ActionList50=Repeat Left25,#WW#,5
Left25=[!SetVariable L25M "(Clamp(#L25M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link25][!Redraw]

ActionList51=Repeat Right26,#WW#,5
Right26=[!SetVariable L26M "(Clamp(#L26M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link26][!Redraw]
ActionList52=Repeat Left26,#WW#,5
Left26=[!SetVariable L26M "(Clamp(#L26M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link26][!Redraw]

ActionList53=Repeat Right27,#WW#,5
Right27=[!SetVariable L27M "(Clamp(#L27M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link27][!Redraw]
ActionList54=Repeat Left27,#WW#,5
Left27=[!SetVariable L27M "(Clamp(#L27M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link27][!Redraw]

ActionList55=Repeat Right28,#WW#,5
Right28=[!SetVariable L28M "(Clamp(#L28M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link28][!Redraw]
ActionList56=Repeat Left28,#WW#,5
Left28=[!SetVariable L28M "(Clamp(#L28M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link28][!Redraw]

ActionList57=Repeat Right29,#WW#,5
Right29=[!SetVariable L29M "(Clamp(#L29M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link29][!Redraw]
ActionList58=Repeat Left29,#WW#,5
Left29=[!SetVariable L29M "(Clamp(#L29M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link29][!Redraw]

ActionList59=Repeat Right30,#WW#,5
Right30=[!SetVariable L30M "(Clamp(#L30M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link30][!Redraw]
ActionList60=Repeat Left30,#WW#,5
Left30=[!SetVariable L30M "(Clamp(#L30M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link30][!Redraw]

ActionList61=Repeat Right31,#WW#,5
Right31=[!SetVariable L31M "(Clamp(#L31M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link31][!Redraw]
ActionList62=Repeat Left31,#WW#,5
Left31=[!SetVariable L31M "(Clamp(#L31M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link31][!Redraw]

ActionList63=Repeat Right32,#WW#,5
Right32=[!SetVariable L32M "(Clamp(#L32M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link32][!Redraw]
ActionList64=Repeat Left32,#WW#,5
Left32=[!SetVariable L32M "(Clamp(#L32M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link32][!Redraw]

ActionList65=Repeat Right33,#WW#,5
Right33=[!SetVariable L33M "(Clamp(#L33M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link33][!Redraw]
ActionList66=Repeat Left33,#WW#,5
Left33=[!SetVariable L33M "(Clamp(#L33M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link33][!Redraw]

ActionList67=Repeat Right34,#WW#,5
Right34=[!SetVariable L34M "(Clamp(#L34M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link34][!Redraw]
ActionList68=Repeat Left34,#WW#,5
Left34=[!SetVariable L34M "(Clamp(#L34M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link34][!Redraw]

ActionList69=Repeat Right35,#WW#,5
Right35=[!SetVariable L35M "(Clamp(#L35M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link35][!Redraw]
ActionList70=Repeat Left35,#WW#,5
Left35=[!SetVariable L35M "(Clamp(#L35M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link35][!Redraw]

ActionList70=Repeat Right36,#WW#,5
Right36=[!SetVariable L36M "(Clamp(#L36M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link36][!Redraw]
ActionList71=Repeat Left36,#WW#,5
Left36=[!SetVariable L36M "(Clamp(#L36M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link36][!Redraw]

ActionList72=Repeat Right37,#WW#,5
Right37=[!SetVariable L37M "(Clamp(#L37M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link37][!Redraw]
ActionList73=Repeat Left37,#WW#,5
Left37=[!SetVariable L37M "(Clamp(#L37M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link37][!Redraw]

ActionList74=Repeat Right38,#WW#,5
Right38=[!SetVariable L38M "(Clamp(#L38M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link38][!Redraw]
ActionList75=Repeat Left38,#WW#,5
Left38=[!SetVariable L38M "(Clamp(#L38M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link38][!Redraw]

ActionList76=Repeat Right39,#WW#,5
Right39=[!SetVariable L39M "(Clamp(#L39M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link39][!Redraw]
ActionList77=Repeat Left39,#WW#,5
Left39=[!SetVariable L39M "(Clamp(#L39M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link39][!Redraw]

ActionList78=Repeat Right40,#WW#,5
Right40=[!SetVariable L40M "(Clamp(#L40M#+10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link40][!Redraw]
ActionList79=Repeat Left40,#WW#,5
Left40=[!SetVariable L40M "(Clamp(#L40M#-10,15,50))"][!UpdateMeasure MeasureSlide][!UpdateMeter Link40][!Redraw]

DynamicVariables=1


;*****LINKS*****

[Link1]
Meter=String
MeasureName=mName1
H=#LinkArea#
Group=GameGroup
X=#L1M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink1 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover1]
Meter=Image
X=#L1M#
Y=0r
W=([Link1:W]+35)
H=[Link1:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link1 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName1]"][!CommandMeasure MeasureSlide "Stop 2"][!CommandMeasure MeasureSlide "Execute 1"][!Update]
MouseLeaveAction=[!SetOption Link1 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 1"][!CommandMeasure MeasureSlide "Execute 2"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link2]
Meter=String
MeasureName=mName2
Group=GameGroup
H=#LinkArea#
X=#L2M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink2 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover2]
Meter=Image
X=#L2M#
Y=0r
W=([Link2:W]+35)
H=[Link2:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link2 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName2]"][!CommandMeasure MeasureSlide "Stop 4"][!CommandMeasure MeasureSlide "Execute 3"][!Update]
MouseLeaveAction=[!SetOption Link2 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 3"][!CommandMeasure MeasureSlide "Execute 4"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link3]
Meter=String
MeasureName=mName3
Group=GameGroup
H=#LinkArea#
X=#L3M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink3 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover3]
Meter=Image
X=#L3M#
Y=0r
W=([Link3:W]+35)
H=[Link3:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link3 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName3]"][!CommandMeasure MeasureSlide "Stop 6"][!CommandMeasure MeasureSlide "Execute 5"][!Update]
MouseLeaveAction=[!SetOption Link3 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 5"][!CommandMeasure MeasureSlide "Execute 6"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link4]
Meter=String
MeasureName=mName4
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L4M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink4 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover4]
Meter=Image
X=#L4M#
Y=0r
W=([Link4:W]+35)
H=[Link4:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link4 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName4]"][!CommandMeasure MeasureSlide "Stop 8"][!CommandMeasure MeasureSlide "Execute 7"][!Update]
MouseLeaveAction=[!SetOption Link4 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 7"][!CommandMeasure MeasureSlide "Execute 8"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link5]
Meter=String
MeasureName=mName5
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L5M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink5 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover5]
Meter=Image
X=#L5M#
Y=0r
W=([Link5:W]+35)
H=[Link5:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link5 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName5]"][!CommandMeasure MeasureSlide "Stop 10"][!CommandMeasure MeasureSlide "Execute 9"][!Update]
MouseLeaveAction=[!SetOption Link5 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 9"][!CommandMeasure MeasureSlide "Execute 10"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link6]
Meter=String
MeasureName=mName6
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L6M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink6 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover6]
Meter=Image
X=#L6M#
Y=0r
W=([Link6:W]+35)
H=[Link6:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link6 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName6]"][!CommandMeasure MeasureSlide "Stop 12"][!CommandMeasure MeasureSlide "Execute 11"][!Update]
MouseLeaveAction=[!SetOption Link6 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 11"][!CommandMeasure MeasureSlide "Execute 12"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link7]
Meter=String
MeasureName=mName7
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L7M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink7 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover7]
Meter=Image
X=#L7M#
Y=0r
W=([Link7:W]+35)
H=[Link7:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link7 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName7]"][!CommandMeasure MeasureSlide "Stop 14"][!CommandMeasure MeasureSlide "Execute 13"][!Update]
MouseLeaveAction=[!SetOption Link7 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 13"][!CommandMeasure MeasureSlide "Execute 14"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link8]
Meter=String
MeasureName=mName8
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L8M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink8 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover8]
Meter=Image
X=#L8M#
Y=0r
W=([Link8:W]+35)
H=[Link8:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link8 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName8]"][!CommandMeasure MeasureSlide "Stop 16"][!CommandMeasure MeasureSlide "Execute 15"][!Update]
MouseLeaveAction=[!SetOption Link8 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 15"][!CommandMeasure MeasureSlide "Execute 16"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link9]
Meter=String
MeasureName=mName9
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L9M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink9 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover9]
Meter=Image
X=#L9M#
Y=0r
W=([Link9:W]+35)
H=[Link9:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link9 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName9]"][!CommandMeasure MeasureSlide "Stop 18"][!CommandMeasure MeasureSlide "Execute 17"][!Update]
MouseLeaveAction=[!SetOption Link9 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 17"][!CommandMeasure MeasureSlide "Execute 18"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link10]
Meter=String
MeasureName=mName10
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L10M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1

[MeterMouseHover10]
Meter=Image
X=#L10M#
Y=0r
W=([Link10:W]+35)
H=[Link10:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link10 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName10]"][!CommandMeasure MeasureSlide "Stop 20"][!CommandMeasure MeasureSlide "Execute 19"][!Update]
MouseLeaveAction=[!SetOption Link10 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 19"][!CommandMeasure MeasureSlide "Execute 20"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link11]
Meter=String
MeasureName=mName11
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L11M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink11 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover11]
Meter=Image
X=#L11M#
Y=0r
W=([Link11:W]+35)
H=[Link11:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link11 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName11]"][!CommandMeasure MeasureSlide "Stop 22"][!CommandMeasure MeasureSlide "Execute 21"][!Update]
MouseLeaveAction=[!SetOption Link11 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 21"][!CommandMeasure MeasureSlide "Execute 22"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link12]
Meter=String
MeasureName=mName12
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L12M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink12 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover12]
Meter=Image
X=#L12M#
Y=0r
W=([Link12:W]+35)
H=[Link12:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link12 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName12]"][!CommandMeasure MeasureSlide "Stop 24"][!CommandMeasure MeasureSlide "Execute 23"][!Update]
MouseLeaveAction=[!SetOption Link12 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 23"][!CommandMeasure MeasureSlide "Execute 24"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link13]
Meter=String
MeasureName=mName13
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L13M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink13 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover13]
Meter=Image
X=#L13M#
Y=0r
W=([Link13:W]+35)
H=[Link13:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link13 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName13]"][!CommandMeasure MeasureSlide "Stop 26"][!CommandMeasure MeasureSlide "Execute 25"][!Update]
MouseLeaveAction=[!SetOption Link13 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 25"][!CommandMeasure MeasureSlide "Execute 26"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link14]
Meter=String
MeasureName=mName14
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L14M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink14 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover14]
Meter=Image
X=#L14M#
Y=0r
W=([Link14:W]+35)
H=[Link14:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link14 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName14]"][!CommandMeasure MeasureSlide "Stop 28"][!CommandMeasure MeasureSlide "Execute 27"][!Update]
MouseLeaveAction=[!SetOption Link14 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 27"][!CommandMeasure MeasureSlide "Execute 28"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link15]
Meter=String
MeasureName=mName15
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L15M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink15 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover15]
Meter=Image
X=#L15M#
Y=0r
W=([Link15:W]+35)
H=[Link15:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link15 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName15]"][!CommandMeasure MeasureSlide "Stop 30"][!CommandMeasure MeasureSlide "Execute 29"][!Update]
MouseLeaveAction=[!SetOption Link15 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 29"][!CommandMeasure MeasureSlide "Execute 30"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link16]
Meter=String
MeasureName=mName16
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L16M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink16 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover16]
Meter=Image
X=#L16M#
Y=0r
W=([Link16:W]+35)
H=[Link16:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link16 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName16]"][!CommandMeasure MeasureSlide "Stop 32"][!CommandMeasure MeasureSlide "Execute 31"][!Update]
MouseLeaveAction=[!SetOption Link16 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 31"][!CommandMeasure MeasureSlide "Execute 32"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link17]
Meter=String
MeasureName=mName17
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L17M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink17 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover17]
Meter=Image
X=#L17M#
Y=0r
W=([Link17:W]+35)
H=[Link17:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link17 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName17]"][!CommandMeasure MeasureSlide "Stop 34"][!CommandMeasure MeasureSlide "Execute 33"][!Update]
MouseLeaveAction=[!SetOption Link17 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 33"][!CommandMeasure MeasureSlide "Execute 34"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link18]
Meter=String
MeasureName=mName18
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L18M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink18 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover18]
Meter=Image
X=#L18M#
Y=0r
W=([Link18:W]+35)
H=[Link18:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link18 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName18]"][!CommandMeasure MeasureSlide "Stop 36"][!CommandMeasure MeasureSlide "Execute 35"][!Update]
MouseLeaveAction=[!SetOption Link18 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 35"][!CommandMeasure MeasureSlide "Execute 36"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link19]
Meter=String
MeasureName=mName19
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L19M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink19 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover19]
Meter=Image
X=#L19M#
Y=0r
W=([Link19:W]+35)
H=[Link19:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link19 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName19]"][!CommandMeasure MeasureSlide "Stop 38"][!CommandMeasure MeasureSlide "Execute 37"][!Update]
MouseLeaveAction=[!SetOption Link19 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 37"][!CommandMeasure MeasureSlide "Execute 38"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link20]
Meter=String
MeasureName=mName20
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L20M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink20 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover20]
Meter=Image
X=#L20M#
Y=0r
W=([Link20:W]+35)
H=[Link20:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link20 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName20]"][!CommandMeasure MeasureSlide "Stop 40"][!CommandMeasure MeasureSlide "Execute 39"][!Update]
MouseLeaveAction=[!SetOption Link20 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 39"][!CommandMeasure MeasureSlide "Execute 40"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link21]
Meter=String
MeasureName=mName21
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L21M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink21 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover21]
Meter=Image
X=#L20M#
Y=0r
W=([Link21:W]+35)
H=[Link21:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link21 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName21]"][!CommandMeasure MeasureSlide "Stop 42"][!CommandMeasure MeasureSlide "Execute 41"][!Update]
MouseLeaveAction=[!SetOption Link21 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 41"][!CommandMeasure MeasureSlide "Execute 42"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link22]
Meter=String
MeasureName=mName22
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L22M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink22 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover22]
Meter=Image
X=#L22M#
Y=0r
W=([Link22:W]+35)
H=[Link22:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link22 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName22]"][!CommandMeasure MeasureSlide "Stop 44"][!CommandMeasure MeasureSlide "Execute 43"][!Update]
MouseLeaveAction=[!SetOption Link22 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 43"][!CommandMeasure MeasureSlide "Execute 44"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link23]
Meter=String
MeasureName=mName23
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L23M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink23 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover23]
Meter=Image
X=#L23M#
Y=0r
W=([Link23:W]+35)
H=[Link23:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link23 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName23]"][!CommandMeasure MeasureSlide "Stop 46"][!CommandMeasure MeasureSlide "Execute 45"][!Update]
MouseLeaveAction=[!SetOption Link23 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 45"][!CommandMeasure MeasureSlide "Execute 46"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link24]
Meter=String
MeasureName=mName24
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L24M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink24 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover24]
Meter=Image
X=#L24M#
Y=0r
W=([Link24:W]+35)
H=[Link24:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link24 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName24]"][!CommandMeasure MeasureSlide "Stop 48"][!CommandMeasure MeasureSlide "Execute 47"][!Update]
MouseLeaveAction=[!SetOption Link24 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 47"][!CommandMeasure MeasureSlide "Execute 48"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link25]
Meter=String
MeasureName=mName25
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L25M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink25 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover25]
Meter=Image
X=#L25M#
Y=0r
W=([Link25:W]+35)
H=[Link25:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link25 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName25]"][!CommandMeasure MeasureSlide "Stop 50"][!CommandMeasure MeasureSlide "Execute 49"][!Update]
MouseLeaveAction=[!SetOption Link25 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 49"][!CommandMeasure MeasureSlide "Execute 50"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link26]
Meter=String
MeasureName=mName26
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L26M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink26 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover26]
Meter=Image
X=#L26M#
Y=0r
W=([Link26:W]+35)
H=[Link26:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link26 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName26]"][!CommandMeasure MeasureSlide "Stop 52"][!CommandMeasure MeasureSlide "Execute 51"][!Update]
MouseLeaveAction=[!SetOption Link26 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 51"][!CommandMeasure MeasureSlide "Execute 52"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link27]
Meter=String
MeasureName=mName27
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L27M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink27 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover27]
Meter=Image
X=#L27M#
Y=0r
W=([Link27:W]+35)
H=[Link27:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link27 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName27]"][!CommandMeasure MeasureSlide "Stop 54"][!CommandMeasure MeasureSlide "Execute 53"][!Update]
MouseLeaveAction=[!SetOption Link27 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 53"][!CommandMeasure MeasureSlide "Execute 54"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link28]
Meter=String
MeasureName=mName28
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L28M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink28 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover28]
Meter=Image
X=#L28M#
Y=0r
W=([Link28:W]+35)
H=[Link28:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link28 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName28]"][!CommandMeasure MeasureSlide "Stop 56"][!CommandMeasure MeasureSlide "Execute 55"][!Update]
MouseLeaveAction=[!SetOption Link28 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 55"][!CommandMeasure MeasureSlide "Execute 56"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link29]
Meter=String
MeasureName=mName29
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L29M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink29 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover29]
Meter=Image
X=#L29M#
Y=0r
W=([Link29:W]+35)
H=[Link29:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link29 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName29]"][!CommandMeasure MeasureSlide "Stop 58"][!CommandMeasure MeasureSlide "Execute 57"][!Update]
MouseLeaveAction=[!SetOption Link29 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 57"][!CommandMeasure MeasureSlide "Execute 58"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link30]
Meter=String
MeasureName=mName30
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L30M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink30 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover30]
Meter=Image
X=#L30M#
Y=0r
W=([Link30:W]+35)
H=[Link30:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link30 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName30]"][!CommandMeasure MeasureSlide "Stop 60"][!CommandMeasure MeasureSlide "Execute 59"][!Update]
MouseLeaveAction=[!SetOption Link30 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 59"][!CommandMeasure MeasureSlide "Execute 60"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link31]
Meter=String
MeasureName=mName31
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L31M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink31 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover31]
Meter=Image
X=#L31M#
Y=0r
W=([Link31:W]+35)
H=[Link31:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link31 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName31]"][!CommandMeasure MeasureSlide "Stop 62"][!CommandMeasure MeasureSlide "Execute 61"][!Update]
MouseLeaveAction=[!SetOption Link31 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 61"][!CommandMeasure MeasureSlide "Execute 62"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link32]
Meter=String
MeasureName=mName32
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L32M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink32 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover32]
Meter=Image
X=#L32M#
Y=0r
W=([Link32:W]+35)
H=[Link32:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link32 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName32]"][!CommandMeasure MeasureSlide "Stop 64"][!CommandMeasure MeasureSlide "Execute 63"][!Update]
MouseLeaveAction=[!SetOption Link32 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 63"][!CommandMeasure MeasureSlide "Execute 64"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link33]
Meter=String
MeasureName=mName33
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L33M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink33 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover33]
Meter=Image
X=#L33M#
Y=0r
W=([Link33:W]+35)
H=[Link33:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link32 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName33]"][!CommandMeasure MeasureSlide "Stop 66"][!CommandMeasure MeasureSlide "Execute 65"][!Update]
MouseLeaveAction=[!SetOption Link32 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 65"][!CommandMeasure MeasureSlide "Execute 66"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link34]
Meter=String
MeasureName=mName34
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L34M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink34 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover34]
Meter=Image
X=#L34M#
Y=0r
W=([Link34:W]+35)
H=[Link34:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link34 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName34]"][!CommandMeasure MeasureSlide "Stop 68"][!CommandMeasure MeasureSlide "Execute 67"][!Update]
MouseLeaveAction=[!SetOption Link34 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 67"][!CommandMeasure MeasureSlide "Execute 68"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link35]
Meter=String
MeasureName=mName35
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L35M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink35 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover35]
Meter=Image
X=#L35M#
Y=0r
W=([Link35:W]+35)
H=[Link35:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link35 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName35]"][!CommandMeasure MeasureSlide "Stop 70"][!CommandMeasure MeasureSlide "Execute 69"][!Update]
MouseLeaveAction=[!SetOption Link35 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 69"][!CommandMeasure MeasureSlide "Execute 70"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link36]
Meter=String
MeasureName=mName36
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L36M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink36 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover36]
Meter=Image
X=#L36M#
Y=0r
W=([Link36:W]+35)
H=[Link36:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link36 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName36]"][!CommandMeasure MeasureSlide "Stop 72"][!CommandMeasure MeasureSlide "Execute 71"][!Update]
MouseLeaveAction=[!SetOption Link36 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 71"][!CommandMeasure MeasureSlide "Execute 72"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link37]
Meter=String
MeasureName=mName37
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L37M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink37 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover37]
Meter=Image
X=#L37M#
Y=0r
W=([Link37:W]+35)
H=[Link37:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link37 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName37]"][!CommandMeasure MeasureSlide "Stop 74"][!CommandMeasure MeasureSlide "Execute 73"][!Update]
MouseLeaveAction=[!SetOption Link37 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 73"][!CommandMeasure MeasureSlide "Execute 74"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link38]
Meter=String
MeasureName=mName38
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L38M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink38 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover38]
Meter=Image
X=#L38M#
Y=0r
W=([Link38:W]+35)
H=[Link38:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link38 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName38]"][!CommandMeasure MeasureSlide "Stop 76"][!CommandMeasure MeasureSlide "Execute 75"][!Update]
MouseLeaveAction=[!SetOption Link38 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 75"][!CommandMeasure MeasureSlide "Execute 76"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link39]
Meter=String
MeasureName=mName39
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L39M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink39 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover39]
Meter=Image
X=#L39M#
Y=0r
W=([Link39:W]+35)
H=[Link39:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link39 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName39]"][!CommandMeasure MeasureSlide "Stop 78"][!CommandMeasure MeasureSlide "Execute 77"][!Update]
MouseLeaveAction=[!SetOption Link39 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 77"][!CommandMeasure MeasureSlide "Execute 78"][!Update]
DynamicVariables=1
UpdateDivider=-1

[Link40]
Meter=String
MeasureName=mName40
Group=GameGroup
SolidColor=0,0,0,1
H=#LinkArea#
X=#L40M#
Y=(#Spacing#+#TextSize#)r
Text=%1
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
DynamicVariables=1
LeftMouseUpAction=[!CommandMeasure mLink40 FollowPath][!HideMeterGroup GameGroup][!Update]

[MeterMouseHover40]
Meter=Image
X=#L40M#
Y=0r
W=([Link40:W]+35)
H=[Link40:H]
SolidColor=0,0,0,1
MouseOverAction=[!SetOption Link40 FontColor #MouseOverColour#][!SetOption View ImageName "#@#\Images\[mName40]"][!CommandMeasure MeasureSlide "Stop 80"][!CommandMeasure MeasureSlide "Execute 79"][!Update]
MouseLeaveAction=[!SetOption Link40 FontColor #TextColour#][!SetOption View ImageName ""][!CommandMeasure MeasureSlide "Stop 79"][!CommandMeasure MeasureSlide "Execute 80"][!Update]
DynamicVariables=1
UpdateDivider=-1
But I still get an issue: since the [MeterMouseHoverXX] meters are never updated, they keep their initial size even if you scroll with your mouse. This means that after scrolling, the size of the [MeterMouseHoverXX] doesn't match the size of the String meters existing actually on them. This is a serious problem, because once scrolled, the mouse actions don't work according to the right now shown names. And unfortunately I don't even see a viable solution, because these meters can't be updated. They can't be updated because if you update them, you lose exactly what they have been introduced: to react even the left side of the String meters, when you're hovering the mouse over them. I still believe the best solution would be to remove all those meters and add back the MouseOverAction and MouseLeaveAction options to the appropriate String meters. Much simpler and much viable...
User avatar
hyprdmg
Posts: 44
Joined: May 23rd, 2010, 5:05 pm

Re: ActionTimer Has Effects on Other Meters & ActionTimer 'Area'

Post by hyprdmg »

So I went ahead and made a backup copy of my current settings, and used what you provided (changing back the Path), and now once I hover over the left side of the screen, the skin pops up as normal, but no colors/animations work.

Image
User avatar
balala
Rainmeter Sage
Posts: 16109
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: ActionTimer Has Effects on Other Meters & ActionTimer 'Area'

Post by balala »

hyprdmg wrote: September 5th, 2019, 6:21 pm So I went ahead and made a backup copy of my current settings, and used what you provided (changing back the Path), and now once I hover over the left side of the screen, the skin pops up as normal, but no colors/animations work.
Don't know, have you changed anything else except of replacing the code?
User avatar
hyprdmg
Posts: 44
Joined: May 23rd, 2010, 5:05 pm

Re: ActionTimer Has Effects on Other Meters & ActionTimer 'Area'

Post by hyprdmg »

The only 2 things I changed from what you provided was the Path, and I had skin hide on mouse leave. Other than that, I didn't change anything.

I will have to throw this skin on my computer once I get home and see if I have the same issue.
User avatar
balala
Rainmeter Sage
Posts: 16109
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: ActionTimer Has Effects on Other Meters & ActionTimer 'Area'

Post by balala »

hyprdmg wrote: September 5th, 2019, 6:41 pm The only 2 things I changed from what you provided was the Path, and I had skin hide on mouse leave. Other than that, I didn't change anything.

I will have to throw this skin on my computer once I get home and see if I have the same issue.
Ok, but then I don't understand your comment. Have or have not try out my last code?
User avatar
hyprdmg
Posts: 44
Joined: May 23rd, 2010, 5:05 pm

Re: ActionTimer Has Effects on Other Meters & ActionTimer 'Area'

Post by hyprdmg »

balala wrote: September 5th, 2019, 6:48 pm Ok, but then I don't understand your comment. Have or have not try out my last code?
Yes, my post here is what happens when I use the code you provided here.

Edit: Sorry, I just realized that it could be confusing by me saying I will test when I get home. I am currently not home, and on my laptop, and I will be moving the skin over to my desktop once I get home.
Post Reply