Guest User

Untitled

a guest
May 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. proc do |reboundTool,playhead|
  2. if rand < 5
  3. reboundTool.directionKnob.value = 1
  4. else
  5. reboundTool.directionKnob.value = 5
  6. end
  7. end
Add Comment
Please, Sign In to add comment