I see a big laser and a small white box. But that's all! When I start Algodoo, nothing happens. Please explain what this scene is supposed to do.
Also, you uploaded two other duplicate scenes that I deleted. If you need to make changes to a scene, either use the "Edit" tab, or create a new scene, and delete the old one. That way Algobox won't be cluttered up with redundant scenes. Thanks!
How the heck can you make a marble race with stick figures? They do not roll very well! But it does sound interesting, and possibly a lot of fun.
Maybe you could make an example scene that demonstrates how it works so that others will know what you are suggesting?
Thanks
Oh, by the way. If you do make a scene with stick figures and dialogue, make sure that the scene is dynamic (that is, it DOES something). If the scene is nothing but static images, it will be deleted. Algodoo is a physics simulation program. It is not a drawing or art program.
When digital readouts are difficult to read because of jitter from too many decimal places being displayed, use this code to reduce the precision and smooth the jitter (the constant 10000 can be changed to change the digits of precision. The number of zeros == the number of decimal places)....
math.tofloat(math.toint((variable or equation) *10000)) / 10000
I don't know why he is no longer active on Algobox. Maybe his is just too busy with school or something else. I hope he will return soon when he has more free time.
LasRom - You don't understand because you are from Russia? Well, then, I feel sorry for people who live in Russia. People who live in the U.S.A do not have a problem with understanding things.
EDIT: Of course I was just kidding. It was funny the way LasRom made the statement that he doesn't understand because he is from Russia. I know that he was referring to his limited understanding of the English language, but it sounded like he was saying that because he is from Russia, there is something wrong with him that prevents him from understanding things. I know that isn't true because many very smart people are from Russia. It was so funny the way he said it, and I just had to respond to it.
Interesting demo. But Please explain about ClassObject with children:. I believe that is from Object Oriented Programming (OOP) but how can Thyme interpret that? Also, what is this -> {} and how does it work? This stuff is new to me.
lololoer - Thanks for explaining that! I understand what you said, and it was very helpful, but I still do not understand how ClassObject with children is used in script. When I type those words in the console, Algodoo says that it's undefined. So, is ClassObject with children an actual intrinsic function, or is it simply a text comment that kilinich used to describe his code?
He lists his code, which I'm sure can be very useful, but he does not explain the details of how it works. Without the details, a user, such as myself, has no way of knowing how to use it in scenes.
So, if ClassObject with children is only a text comment, then how is it used in script without Algodoo giving an error message? That's the part that I do not understand.
For example: If I type in the console, ThisIsAcomment then Algodoo will give an error message that says "undefined". So, why doesn't Algodoo give an error message when it sees ClassObject with children in the script that kilinich wrote?
Uh Oh! This gun has a very dangerous flaw (if it were a real gun). After cycling the bolt, I flipped the fire selector to "semi" and the gun started firing by itself in FULL AUTO!
By the way, have you tried making any non-firearm type of gun, such as a BB or pellet gun? There are many different types of BB gun mechanisms that range from single pump spring action, to multiple pump air guns, to CO2 guns and rifles. It might be fun for you to make some of those types of guns! What do you think?
Wow! This is very relaxing! I definitely did not experience "extreme euphoria", but my breathing and heart rate noticeably slowed down after a few minutes. I'm going to try this out over a period of a few days in order to see how effective it really is, as apposed to a possible one-time placebo effect (which may be due to my expectation of it having a significant calming effect). I'll report back to you in a few days.
By the way, I notice that you use "keys.bind" in your script. NOT GOOD! Here is a comment in the Algodoo forum from user electronicboy: "You should NEVER use Keys.bind inside Algodoo scenes, it is not supported for the use in scenes, and messes up everyone's config files"
I think so! My headache was only mild this time, so I wonder how it would work with a real nasty one!
BTW - Are you still having issues with Algobox when using Google Chrome? Another admin noticed the same thing. We are trying to contact someone at Algoryx to fix the problem. I use IE, and have no problems with it.