Posted by member 17899 on 2004-04-11 20:09:12 link

+ sign makes no difference.... isn't that what !varAdd is supposed to do anyway....ADD?

Tried...

;*script var trayXpos $ResolutionX/2$


*script bang !Systray_Left
;*script exec !varAdd trayXpos -9
*script exec !SystrayMove $systraycurrentX$-9 -25
*script ~bang

*script bang !Systray_Right
;*script exec !varAdd trayXpos 9
*script exec !SystrayMove $systraycurrentX$+9 -25
*script ~bang


Result....Variable systraycurrentx not defined