Khikmatillo Posted September 5, 2022 Share Posted September 5, 2022 Hi, I have a little problem, but I can't, the problem is that in sop solver , I am going to fly pscale_max and pscale_min spheres but in the first frame the biggest and the smallest spheres are not the same position with others, How can i do it?? in the first frame they must stay in the same postion, here my hip file, I have a vex code in sopsolver sop_solver.hipnc Quote Link to comment Share on other sites More sharing options...
Ziyad Posted September 5, 2022 Share Posted September 5, 2022 Hi, that's because on first frame you are asking for the spheres to remain at rest position but then increase in y-position if the condition is true, which will always be true, therefore it will execute the second 2 lines (since they come after in code) and your spheres will increase in y-position on first frame. A fix would be to simply execute those lines after frame 1. Quote Link to comment Share on other sites More sharing options...
Khikmatillo Posted September 5, 2022 Author Share Posted September 5, 2022 Thanks a lot, it works 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.