Unfortunately here seems to be a small mistake. #CurrentConfigY# is always smaller than #ScreenAreaHeight#, as far as the skin is set to be kept on screen.
I'd modify the condition little bit, to something like: IfCondition=(#CurrentConfigY# < #ScreenAreaHeight#/2). This condition checks if the upper part of the skin is on the upper half of the screen (and executes the IfTrueAction if it is and the IfFalseAction otherwise). Not sure this is a good solution, but so far this is my guess.
#ScreenAreaHeight# =1200
Actually, I could determine the current position of my Rainmeter skin in Y, right? then compare the determined value of (#ScreenAreaHeight#/2)... if the value is larger (>600) of the position of the skin, I know I am in Y+, but if the value is smaller (<600), I know I am in Y-
Correct or wrong thinking


Statistics: Posted by Rooky_89 — Yesterday, 8:04 pm