Browse Search Popular Register Upload Rules User list Login:
Search:
Good idea:tup:
Last edited at 2011/07/05 13:18:46 by ivan
Please tell me if something explodes.
Last edited at 2011/07/14 17:49:57 by ivan
:tup:
Yes, wait. I will explain you.
Last edited at 2011/08/02 12:15:33 by ivan
Here is the "color=" part of the script menu of the yellow light:
{((sim.time % 12 > 4 && sim.time % 12 < 6) || (sim.time % 12 > 10 && sim.time % 12 < 12)) ? [1, 1, 0, 1] : [1, 1, 0, 0.2]}

Everything has to be put into {} to be stored as a continous script.

sim.time - a timer that counts how long the scene has been running

(sim.time % 12 > 4 && sim.time % 12 < 6) means: in a period of 12 seconds (0-12, 12-24, 24-36...) more than 4 and less than 6 seconds (4-6, 28-30, 40-42...)

&& = AND

|| = OR

? = IF-THEN

: = ELSE

[1,1,0,1] = [red=1, green=1, blue=0, opacity=1] = yellow
[1,1,0,0] = [red=1, green=1, blue=0, opacity=0.2] = transparent yellow
If you use lasers, for better performance, set the turned off light opacity to 0.

Everything in words:
If in periods of 12 seconds the time is (more than 4 and less then 6) or (more than 10 and less then 12), the color should be yellow, else transparent (no light)

Basis:
{ ( (A) || (D) ) ? [c1] : [c2] } = if A or D are true, the color will be [c1], if not true (else), the color will be [c2]

If it should light once per period, the basis would be:
{ (A) ? [c1] : [c2] }
Last edited at 2011/08/03 08:23:51 by ivan
Very inovative:tup:
Wow!_o_
Awesome:tup:
Very nice! 10/10:tup:
:tup: 10/10
I know that this is just a trifle compared with thousands of other really EPIC scenes. This was an exercise for improving my thyme.
Thanks you all for your comments!
Last edited at 2011/08/10 10:19:28 by ivan
It's alive!:P
Wow!
The box accelerates while you are holding the arrow key. When you release the arrow key, you don't stop moving, you just have a constant speed.

Redshift in this simulation is due the speed, not acceleration or distance. So, the wavelength stays the same, but if we subtract the speed of the box from the speed of light, we get a ostensibly lower speed of light.

Thank you for your replies! I know for some bugs. It will be fixed.
Last edited at 2011/08/04 18:57:10 by ivan
Very nice!
Thank you for commenting my scene, but I have to correct you. Red shift appears due the speed, not acceleration.
Very nice!
That was a short trip!
It looks like Hydros, but it acts like Hot Rod;)
It's actually called Antonov.
:tup:
Last edited at 2011/08/05 13:02:18 by ivan
It's interesting how my simplest scene is also my best rated scene.
Thank you for the comments!
Last edited at 2012/01/10 17:12:19 by ivan
I like the 2 dimensions of Algodoo + collision layers.
It would be harder to create 3D things on 2D screens. It wouldn't be Algodoo.

Thanks for the comment though you didn't comment this scene.:lol:
_o_
Sehr schön:tup:
You have nice scenes:tup:
The circles may not lose energy because the friction is set to 0, the donut is round and their velocity vector vertical to the collision/overlapping force which is has like attraction the direction to the center of the donut.
Nice discovery:tup:
Hello and welcome!
:tup:
This is an interesting concept. Unfortunately, i will have to wait a few years to get a enough good CPU to get it running.
:tup: It works in the new beta.
Simple and functional. I like it.:tup:
I've seen guns with the definition of the trajectory of a bullet before.
Awesome!_o_
previous | 1 2 | next