Browse Search Popular Register Upload Rules User list Login:
Search:
Ummmm.... That doesn't look like a times table to me! :huh:
Nice job on the scene! I see that you are a talented coder. Do you have other coding experience besides Thyme Script?
You're welcome. :tup:
Yes. That window latch can maybe stand some improvement, but otherwise you did a really good job on the scene! :tup:
Wow, I'm blown away by that. It usually takes many years for new Algodoo users to learn Thyme and to implement fairly complex Algodoo projects like yours. I look forward to more of your interesting scenes using Thyme script. :tup:
Yes, the latch works much better now, but the scene is a lot different than before. Now it has water raining all over the entire bathroom! What is the purpose of that? :s
Oh, now it works. Nice job! :tup:
What do you mean by, "to use it you color the box next to the thing you want to color". Please explain.
Just curious, how is this different from a typical PC that's found in nearly every home? I'm not an expert, but I do understand the basics of computer architecture.
You would become even more popular if you would answer my question! :lol:
I still don't get it. Normally if I want to color a circle red (for example) I would simply change its color to red. So why would I need your gui coloring thing? How is that a tool that anyone would want to use?

I think it would be helpful if you would provide an actual demonstration of how to use it in a scene.
Thanks.
No, I found it on the Google Play Store. It's called Infinity Loop. I have it installed on my Android phone.
Entertainment
Did you click the Algodoo RUN button? The simulation must be running for it to work.

Did you click on the segments to rotate them? Don't try to move them with the Move tool. Just CLICK on them.

IF those two things don't make it work, then I don't know what else could be preventing you from rotating the segments.

Also, you must complete each level before moving on to other levels in the game. In other words, don't try to move to another puzzle with your mouse. After completing each puzzle, a box that reads: "Next Challenge" will show and you must click on that box in order to move to the next puzzle. The game will not work properly if you manually slide to another puzzle.

Oh, one more thing.... Are you using a standard Windows computer with a mouse? If not, this may not work on a computer with a touch screen.
Last edited at 2023/12/06 19:16:26 by Xray
The red box moves with the arrow keys but it does not explode. :huh:
I recently discovered if you press the * key on the keypad, another overlay with even more information pops up. Good luck understanding it!
Storyboard? :s
Oh, thanks 42Flowermaster! It was confusing the way AverageCoder explained it in the scene description. Now it makes sense. :tup:
Not to be picky, but technically your scene is not a "Rube Goldberg" machine. It is simply a series of actions that trigger other actions in a sequence (such as a series of Dominoes falling down). Many other Algodoo users have gotten it wrong too. So, don't feel bad!

A Rube Goldberg machine is one that takes a normally simple and easy task (such as eating a slice of toast) and makes it very complex with a series of mechanical actions and devices that ultimately end up doing the wanted task.

See: Rube Goldberg Machine
Last edited at 2023/12/07 05:52:51 by Xray
Sure. The best way to do that would be for you to create a simple scene that has only the lamp that you plan on having in your scene. Upload the lamp scene with the title "For Xray" and I will add the ability to turn the light on and off with the switch. When finished, you can load that lamp into your own scene.
Rick never looked this good! :lol:

Nice job on the scene! :tup:


Just one suggestion: Disable the Algodoo clouds. Clouds don't make sense in a scene such as this one (unless, of course, you WANT the clouds).
@42 -- Just a couple of suggestions:

1. In the scene description describe
- WHAT this scene is about and/or what it does.
- WHY someone would want to use it (main features).
- HOW to use it (nitty gritty details).

2. Disable those annoying Algodoo clouds. :lol:
WOW, nicely done! :tup:
Awesome! :tup:
Interesting method to "steer" the cars around the track. Nicely done! :tup:
That's some amazing coding you did, Mr. Noonan! It took me a while to figure out how you controlled the image, and now I think I understand it (well, maybe a little bit). As usual, the scene overall was very nicely done. :tup:

The only minor criticism I have (which you probably already know about) is that the buttons on the GUI control panel are a bit sluggish. Mouse clicks must be done slowly in order for them to work. But maybe that's just my 10 year old computer showing its age. :blush:
What is a storyboard? I never heard that word being used here on Algobox.


Wait.... Are you referring to those static scenes that some kids post that tell a story in a sequence of frames? If that's what you mean by "storyboard" then yes, they are allowed. Of course we prefer that people post dynamic scenes because, after all, Algodoo is a physics simulation app. But the rules do not require that only dynamic scenes be uploaded.

Does that answer your question?
Last edited at 2023/12/10 18:18:57 by Xray
FYI - scenes do not "attract" me. I look at EVERY scene to make sure that no one violates the rules. I even read most comments in order to make sure people are behaving themselves by not saying things they shouldn't be saying. It's that simple! :*)
TY Xandinho51!


___________________________________
­Vocabulary

TY: Thank You
42flowermaster -- Your comment "global variables are not too good of a practice." is not true. What many inexperienced coders don't realize is the fact that global (scene.my) variables must be defined before using them. You can define a variable in one of two ways. 1. While creating the scene, simply type the name of the variable and some initial value into any text entry box (located in the upper-left corner of the "script menu") in any object. 2. OR you can enter it into the "onSpawn"event of any object and the variable will be defined and given an initial value each time the scene is loaded into Algodoo. For example: scene.my.var3 = 3.14

Global variables are not only Okay to use, but are often essential when local or custom variables (_customVar) will not work for a particular action.
Last edited at 2023/12/14 03:27:25 by Xray
previous | 1 … 371 372 373 374 375 … 442 | next