Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. [Variables]
  2. Method=1
  3.  
  4. [MeasureSkins]
  5. Measure=Calc
  6. Formula=#Method#
  7. IfCondition=#Method#=1
  8. IfTrueAction=[!HideMeter BG1][!ShowMeter "BG2"]
  9. IfCondition2=#Method#=2
  10. IfTrueAction2=[!HideMeter BG2][!ShowMeter "BG1"]
  11. DynamicVariables=1
  12.  
  13.  
  14. [BG1]
  15. Meter=String
  16. Text=1
  17. X=25
  18. Y=25
  19. SolidColor=0,0,0,100
  20. W=50
  21. H=50
  22. LeftMouseUpAction=[!SetWallpaper "#@#Backgrounds\BG1.jpg" Fill][!WriteKeyValue Variables Method 1][!Update][!Refresh]
  23.  
  24. [BG2]
  25. Meter=String
  26. Text=2
  27. X=25
  28. Y=25
  29. SolidColor=0,0,0,100
  30. W=50
  31. H=50
  32. LeftMouseUpAction=[!SetWallpaper "#@#Backgrounds\BG2.jpg" Fill][!WriteKeyValue Variables Method 2][!Update][!Refresh]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement