It is currently April 26th, 2024, 12:48 pm

Is there a way to track the location (X, Y) of a skin?

Get help with creating, editing & fixing problems with skins
pixljacket
Posts: 3
Joined: October 21st, 2019, 9:35 am

Is there a way to track the location (X, Y) of a skin?

Post by pixljacket »

Simply, I need a way to track the X and Y locations of a skin and store them as (seperate) variables in the same skin. Is there anyway to accomplish this?
User avatar
balala
Rainmeter Sage
Posts: 16172
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Is there a way to track the location (X, Y) of a skin?

Post by balala »

The #CURRENTCONFIGX# and #CURRENTCONFIGY# variables are always returning the position of current skin, so you don't need other variables for this. Just use them.