It is currently May 7th, 2024, 2:39 am

[HELP]Vary sizes along with the rotation

Get help with creating, editing & fixing problems with skins
Soul7aker
Posts: 3
Joined: July 9th, 2011, 8:00 am

[HELP]Vary sizes along with the rotation

Post by Soul7aker »

hi, i´m new with rainmeter, and i´m trying to make a rotator with lots of images, like a dna chain, the thing is that, i have the image, but i want to give the rotator the aspect of fading away, i mean that the images get smaller at the end of the chain, how can i make it?

i have the rotator, but how do i change the image on every one of them in order to make it smaller for each rotator?? instead of making a separated image for each one (it will be like 100 images :? )

Code: Select all

[MeasureTime]
Measure=Calc
Formula=MeasureTime1 * 7


[MeasureTime1]
Measure=Time
AverageSize=10

[MeterUnder1]
MeasureName=MeasureTime
Meter=rotator
X=100
Y=100
W=100
H=100
ImageName=04.png
StartAngle=1
RotationAngle=20
ValueReminder=100
OffsetX=100
OffsetY=92
mouseoveraction=!settransparency 255 
mouseleaveaction=!settransparency 100 

[MeterUnder2]
MeasureName=MeasureTime
Meter=ROTATOR
X=100
Y=100
W=100
H=120
ImageName=04.png
StartAngle=1.2
RotationAngle=20
ValueReminder=100
OffsetX=100
OffsetY=92
also when i add this to the first rotator

mouseoveraction=!settransparency 255
mouseleaveaction=!settransparency 100

all the images do the action, how do i make the action for each one of the rotators??

that´s what i got this far

ooopppsss almost forgot, the image are not right centered, how do i do it to be centered?