Advertisement
Guest User

Untitled

a guest
Jun 12th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. <Animation name="L_Window" guid="19CA5099-309A-4f0c-B421-66DA35AE0569" length="100" type="Sim" typeParam2="L_Window" typeParam="AutoPlay" />
  2.  
  3. <PartInfo>
  4. <Name>L_Window</Name>
  5. <AnimLength>100</AnimLength>
  6. <Animation>
  7. <Parameter>
  8. <Code>
  9. (L:L_Window, bool) 100 *
  10. </Code>
  11. <Lag>100</Lag>
  12. </Parameter>
  13. </Animation>
  14. <MouseRect>
  15. <Cursor>Hand</Cursor>
  16. <TooltipText>Toggle Left Window</TooltipText>
  17. <MouseFlags>LeftSingle</MouseFlags>
  18. <CallbackCode>(L:L_Window, bool) ! (>L:L_Window, bool)</CallbackCode>
  19. </MouseRect>
  20. </PartInfo>
  21.  
  22. <Animation name="R_Window" guid="D44155C6-C8BD-47a7-B553-8A592CE0394E" length="100" type="Sim" typeParam2="R_Window" typeParam="AutoPlay" />
  23.  
  24. <PartInfo>
  25. <Name>R_Window</Name>
  26. <AnimLength>100</AnimLength>
  27. <Animation>
  28. <Parameter>
  29. <Code>
  30. (L:R_Window, bool) 100 *
  31. </Code>
  32. <Lag>100</Lag>
  33. </Parameter>
  34. </Animation>
  35. <MouseRect>
  36. <Cursor>Hand</Cursor>
  37. <TooltipText>Toggle Left Window</TooltipText>
  38. <MouseFlags>LeftSingle</MouseFlags>
  39. <CallbackCode>(L:R_Window, bool) ! (>L:R_Window, bool)</CallbackCode>
  40. </MouseRect>
  41. </PartInfo>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement