Guest User

Untitled

a guest
Feb 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. {
  2.  
  3. "data":[
  4. {"widget": {
  5. "debug": "on",
  6. "window": {
  7. "title": "Sample Konfabulator Widget",
  8. "name": "main_window",
  9. "width": 500,
  10. "height": 500
  11. },
  12. "image": {
  13. "src": "Images/Sun.png",
  14. "name": "sun1",
  15. "hOffset": 250,
  16. "vOffset": 250,
  17. "alignment": "center"
  18. },
  19. "text": {
  20. "data": "Click Here",
  21. "size": 36,
  22. "style": "bold",
  23. "name": "text1",
  24. "hOffset": 250,
  25. "vOffset": 100,
  26. "alignment": "center",
  27. "onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;"
  28. }
  29. }}
  30.  
  31. ]}
Add Comment
Please, Sign In to add comment