art3mis Posted February 11, 2018 Share Posted February 11, 2018 Can any VEX experts help with the following. Getting a "Read only expression on left side of assignment' error for the last line in the following VEX snippet vector axis = vector(rand(@ptnum)); float angle = radians(ch('amount')); matrix3 m = ident(); rotate(m, angle, axis); @orient = quaternion(m); Quote Link to comment Share on other sites More sharing options...
mestela Posted February 11, 2018 Share Posted February 11, 2018 Works fine here, sounds like a stuck wrangle, happens sometimes. Try copying to a fresh wrangle. Quote Link to comment Share on other sites More sharing options...
art3mis Posted February 12, 2018 Author Share Posted February 12, 2018 thanks! Quote Link to comment Share on other sites More sharing options...
germancasado Posted July 14, 2018 Share Posted July 14, 2018 Was having the same problem and stumbled upon this topic. In my case I noticed I had temporarily pasted a relative reference in the "Attributes to create" field and after I was done with it , forgotten to type the asterisk back in! 1 Quote Link to comment Share on other sites More sharing options...
Wout Posted August 28, 2020 Share Posted August 28, 2020 Thanks a lot germancasado ! Exact same thing happened to me haha Quote Link to comment Share on other sites More sharing options...
Simon_the_Delusional Posted July 13, 2021 Share Posted July 13, 2021 On 2/11/2018 at 11:54 PM, mestela said: Works fine here, sounds like a stuck wrangle, happens sometimes. Try copying to a fresh wrangle. That's easier said than done, I just ran into this issue on a wrangle with an heavily modified interface that's referenced in multiple places, to redo it all would take days of grueling work. Is there any other way to clear a stuck wrangle? I guess I'll just revert to an earlier build. I'm very glad I always create new versioned saves. 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.