How was I supposed to know unless you EXPLAIN it? I can't read your mind!
I see that you added the instructions. Now people won't have to read your mind.
Okay, so I poured the oats and milk into the bowl. Then what? Is there a purpose to this? What is supposed to be the outcome? Is it a game of some sort?
It would be especially impressive if someone could make him walk without being supported by a gantry crane. Would need some sort of balance stabilization like your PID Control (Matt Balancing Spoon) scene or your Unicycle scene.
@s_noonan -- I've been pulling my hair out trying to make the "Loop" function work consistently. I thought that I had it working but after uploading the scene, and then downloading it for testing, the Loop function no longer worked.
Could you possibly take a look at my script and tell me where I screwed up? I would appreciate that very much.
No explanation of how to control the ball! What key releases the ball? Anything else we should know about the game? Don't assume that people know what to do! Thanks
Please explain why moving the code would make a difference.
Oh, and one more question.... How are the recorded snapshots stored? I don't see an array or such for storing steps. Just curious where that would be located?
Gears? What gears? What do they do? And you said "try to get to the bottom". The bottom of WHAT? As soon as I start Algodoo, the ragdoll falls straight down and gets hacked apart by some invisible device. It doesn't even get a chance to try to move out of the way.
Just a friendly suggestion for future scenes...... Explain all the details. Explain what the control keys are, and what the object of the game is. Also some hints would be helpful. People cannot read your mind. You must give lots of details so that people will know how the game works.
Yeah, pretty cool now! It would be great if you could fix it so that the green liquid pours INTO the guy's head instead of it hitting his head and bouncing off. There are a few ways that you can do that. Let me know if you need help with it.
I used to watch Monty Python when the show was popular in the 1970's and 1980's. I hated most of that British humor, but some of it was very funny.
I am calm. I just get concerned when People make images of people getting tortured like being burned alive. That's usually a sign that they might be a psychopath. I don't see it as being funny, educational, or entertaining. It's just in bad taste. As far as I can tell, it doesn't violate the Terms Of Service, and so I will not delete it, but I truly do not like it.
Well, actually, after I sent the first line of this comment, I modified the code as you stated, but when I ran it, it did not perform quite like I was hoping. First off, in step 4,it needs to be:
scene.my.home ? {
_angle = [_angleHome]
} : {}
It doesn't work without the brackets.
Second, the line in step 4: _angle = [_angleHome]
Erases all other steps, and forces the stored program to be only the Home angles. I was hoping that pressing H (Home) would be like adding another step to the stored moves. That way the user can place a Home command either at the beginning or at the end (or even in the middle) of the dance routine. Does that make things more difficult to do?