Advertisement
tavarner17

zooom script

Dec 3rd, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. Bindings=(Name="LeftShift",Command="DoZoom")
  2.  
  3. Bindings=(Name="DoZoom",Command=" PressedZoom | SetBind GBA_YMouse Axis aMouseY Speed=+0.1 DeadZone=0 AbsoluteAxis=0 | SetBind GBA_XMouse Axis aMouseX Speed=+0.1 DeadZone=0 AbsoluteAxis=0 | OnRelease ReleasedZoom | OnRelease SetBind GBA_YMouse Axis aMouseY Speed=+0.5 DeadZone=0 AbsoluteAxis=0 | OnRelease SetBind GBA_XMouse Axis aMouseX Speed=+0.5 DeadZone=0 AbsoluteAxis=0 ")
  4.  
  5. Bindings=(Name="MouseScrollUp",Command="GBA_MagnifyZoom | SetBind GBA_YMouse Axis aMouseY Speed=+0.1 DeadZone=0 AbsoluteAxis=0 | SetBind GBA_XMouse Axis aMouseX Speed=+0.1 DeadZone=0 AbsoluteAxis=0 ")
  6.  
  7. Bindings=(Name="MouseScrollDown",Command="GBA_DemagnifyZoom | SetBind GBA_YMouse Axis aMouseY Speed=+0.3 DeadZone=0 AbsoluteAxis=0 | SetBind GBA_XMouse Axis aMouseX Speed=+0.3 DeadZone=0 AbsoluteAxis=0 ")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement