Very good attempt at emulating nature! It would, of course, be even more realistic and impressive if you were able to create a bubble texture that morphs along with the outer ring. I tried doing that but the results were less than what I was hoping for. Because of the fact that you are much better at coding dynamic scenes than I am, I have little doubt that you could make it work.
I saw the arrow, but that didn't help because I was expecting to see an actual electrical outlet. Why not show the outlet, instead of hiding behind a wall, so that people will know right away what to plug the fan into?
When you learn some basic scripting, you'll see how much easier it is to make animated scenes like this one, and even more complex scenes too! Scripting makes it seem like magic!
I am old enough to remember the black and white (tube type) TV's from the 50's and 60's. In fact, my first real job was working in a Radio/TV repair shop during my junior and senior years in High School.
Hi thedestroyer887 -- I did a cursory look at your scripting tools and noticed a couple of items that, for one reason or another, we don't use or use differently from your descriptions. One is "keys.bind". We stopped using keys.bind about 9 or 10 years ago and instead use keys.isDown(). If I recall, keys.bind parameters do not save when the scene is saved, which can lead to problems each time the scene is loaded and launched. If you haven't already done so, I suggest that you look through the Algodoo FORUM posts under the heading "Thyme Scripting". There's a lot of good stuff that we discussed back then shortly after Algodoo became an official product. You can search for a subject (such as keys.bind) and read the many helpful posts that people have written about it. The Forum is no longer active, but the information is still useful!
VankaGaming -- The rating system is there for people to freely express how they feel about each scene. But it's their own choice whether to rate it or not. You should never tell a person how a scene should be rated. Also, I have no control over Algobox and which scenes go into the Featured section. That is all done automatically through the software.
Here are a couple of minor suggestions you may find helpful:
1. When the running fan is unplugged, the blades continue turning for a long time. You can put a little bit of "drag" on those rotating blades with "velocityDamping" which will make them slow down and stop in a more natural manor. Select the fan blades and open the Script Menu. You will see velocityDamping that has an array of 3 parameters. They are: [X,Y,rotation]. Each parameter has a range of 0.0 to 1.0 (floating point value). 0.0 is no damping, and 1.0 is maximum damping. With the given motor torque and angular velocity, a value of 0.9 for the rotational damping seems about right. After changing the value, the array should look like this: [0.0,0.0,0.9]. Try it and see if you like it or maybe want to change it to a different value.
2. For many types of scenes it doesn't make sense to have clouds floating by! This happens to be an indoor scene and so you might want to disable those annoying Algodoo clouds (lol). You can do that by right-clicking anywhere on the background, then uncheck the box labeled "draw clouds", and save the file. That's it! After making any change, you will need to "edit" the copy of your scene on Algobox by uploading the edited file. Hope this helps!
I grew up on the east coast, but we were too far north to receive the Ranger Andy show out of Connecticut. We did have a similar children's show called "Big Brother Bob Emery" which was broadcast out of Boston on WBZ channel 4. Those were the days!
There are many different ways to script a project, and each way has its pro's and con's and so you'll just have to design something and later, when finished, I may have some suggestions to improve it or embellish it at that time. You obviously are a talented designer so any scene you make will be a good one.
"uphill both ways"??? I suppose that could happen if the earth shifted its topology while you were in class praying and mouthing the unintelligible words of the Pledge of Allegiance just prior to practicing "Duck and Cover" drills.