Guest User

Untitled

a guest
Apr 24th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Spin_R_Custom_attribute = attributes custom_Attributes
  2. (
  3. rollout SpinRollout "Helper Controls"
  4. (
  5.  
  6. Spinner TheSpinner "The Spinner" range:[-10,10,0] controller: $Helper_R_Spin.rotation.z_rotation.controller
  7.  
  8. on TheSpinner changed spin do
  9. (
  10. try (in coordsys local $Helper_R_Spin.rotation.z_rotation = spin) catch ()
  11. )
  12. )
  13. )
Add Comment
Please, Sign In to add comment