Arthur Spooner Posted May 4, 2016 Share Posted May 4, 2016 (edited) f@move_s = ch('moveSphere',@P.z = 6); I'd like to know why my sphere doesn't move when I move the slider, rather only the value in the spreadsheet ? Edited May 4, 2016 by Arthur Spooner Quote Link to comment Share on other sites More sharing options...
Arthur Spooner Posted May 4, 2016 Author Share Posted May 4, 2016 Can't you get an attribute you created as such; @Rtn*2; Rtn is an integer attribute I created with a integer value assigned to the attribute, I want to multiple it by 2 but in the Geo Spreadsheet the Rtn attribute remains at the original integer for which it was assigned instead of it being multiplied, unless I can't get an attribute I created with @ ? Quote Link to comment Share on other sites More sharing options...
holycause Posted May 4, 2016 Share Posted May 4, 2016 you should write something like that: float move_s = chf("moveSphere"); @P.z = 6*move_s; regarding your second post you have to write it like this i@Rtn*=2; otherwise it won't store the new value Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.