- This topic has 9 replies, 3 voices, and was last updated 3 weeks, 3 days ago by c4cc.
-
AuthorPosts
-
2024-12-20 at 9:23 am #79486c4ccParticipant
Credit to kdv for teaching me looping puzzles here:. Now, I can’t get those objects to move in a straight line. What did I do wrong here?
Attached is the sample project
Zip file:
https://drive.google.com/file/d/1SoEHScZDj7bXmyQRzNRdWDtl34Mwz-ua/view2024-12-20 at 2:12 pm #79495c4ccParticipant2nd attempt to get the entire clones group to change position on screen, as highlighted in red
- This reply was modified 4 weeks, 1 day ago by c4cc.
2024-12-24 at 3:51 am #79517c4ccParticipantIt seems I need the “not” logic puzzle to activate that “set position” object puzzle?
If so, which dict must I apply it to for the set position puzzles to work?
- This reply was modified 3 weeks, 4 days ago by c4cc.
2024-12-24 at 8:30 am #79526c4ccParticipant4th attempt, with “not logic puzzles”. Those cloned objects are still not moving
- This reply was modified 3 weeks, 4 days ago by c4cc.
2024-12-24 at 7:37 pm #79542xeonCustomercan you elaborate on what you are wanting the experience to do.
You can move the cube around…what is supposed to happen and when?
If the cube and a blue sphere intersect the blue sphere disappears…. whats are you wanting this to do?
- This reply was modified 3 weeks, 3 days ago by xeon.
- This reply was modified 3 weeks, 3 days ago by xeon.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.com2024-12-24 at 7:51 pm #79545c4ccParticipantI want the spheres to move independantly on the y axis.
2024-12-24 at 8:33 pm #79546xeonCustomerand what is going to cause the move? Do you want their position to be updated based on the cube position? Do you want them to move continously regardlesss of keyboard press? Need more info.
are there limits:
Can a clone overtake the position of a sphere ahead of it?
Can it collide with the cube?
Can it overshoot the cube?
Can it go backwards?- This reply was modified 3 weeks, 3 days ago by xeon.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.com2024-12-25 at 1:29 am #79548kdvParticipantI want the spheres to move independantly on the y axis.
so, what’s the problem? make them move…
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2024-12-25 at 2:48 am #79549c4ccParticipantand what is going to cause the move? Do you want their position to be updated based on the cube position? Do you want them to move continously regardlesss of keyboard press? Need more info.
are there limits:
Can a clone overtake the position of a sphere ahead of it?
Can it collide with the cube?
Can it overshoot the cube?
Can it go backwards?Appreciate your feedback.
-No, I don’t want spheres to move based on cube position
-yes, I want them to move regardless of keyboard press
Yes, there are limits:
-Clone sphere cannot overtake sphere ahead of it-spheres and cubes can collide, which causes the spheres to be removed, and eventually the
cube itself, if enough collisions happen to cube-spheres cannot overshoot cube
-spheres cannot go backwards
2024-12-25 at 2:53 am #79550c4ccParticipantI want the spheres to move independantly on the y axis.
so, what’s the problem? make them move…
<iframe title=”ClonesWithDicts_app” width=”640″ height=”360″ src=”https://www.youtube.com/embed/a8qECmwvag0?feature=oembed” frameborder=”0″ allow=”accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share” referrerpolicy=”strict-origin-when-cross-origin” allowfullscreen=””></iframe>
Thanks, this technically works
That being said, I had to change the number to Z axis instead of Y axis, even though both my example and my verge3d app had the same axis alignment facing the screen:
- This reply was modified 3 weeks, 3 days ago by c4cc.
-
AuthorPosts
- You must be logged in to reply to this topic.