Algodoo
Download
What is it?
Learn it
Algobox
Forum
Browse
Search
Popular
Register
Upload
Rules
User list
Login:
Search:
matto
2014/02/14 09:33:30
thanks I downloaded your scene
matto
2014/02/14 09:38:37
is a simple test transmission from a rotary motion to linear motion
matto
2014/02/19 09:15:52
good
matto
2014/02/19 09:21:09
thanks i really like fractals
matto
2014/02/19 09:24:16
images disappear right away.
the fractal is developed using the arrows (left and right)
matto
2014/02/19 09:27:40
my scenes I have personally built all
matto
2014/02/19 09:28:01
yes i italian
matto
2014/02/19 09:30:25
I did not specify who must use the arrow <---- ---->
matto
2014/02/19 09:48:13
goooooood
matto
2014/02/19 09:48:47
goood
matto
2014/02/19 09:49:39
gooood
matto
2014/02/21 10:38:28
si scrive montagne senza la i
matto
2014/02/27 00:35:39
your scene is well done
my scene contains only a script in lasers.
the laser changes color to polygons
matto
2014/02/27 00:36:05
the result is similar
matto
2014/03/24 09:23:21
I corrected my scene "parabola"
matto
2014/03/29 13:41:07
I tried to create a robot as your own.
the locking system of the gripper has given me problems.
ti ho votato10/10
matto
2014/04/09 10:14:07
this version is better
matto
2014/04/23 10:03:44
I'm glad you enjoyed my scene.
thanks for rating
matto
2014/04/29 10:51:27
Thanks
matto
2014/04/29 15:32:56
thanks!
matto
2014/05/26 09:48:30
thanks for the advice and compliments
matto
2014/06/04 07:05:52
with the copa and paste, you need a little time
matto
2014/07/01 20:33:53
I placed 7 small balls in contact with the big yellow ball.
contact points, starting spawns.
matto
2014/07/01 20:35:58
this is the script to insert in: OnCollide
matto
2014/07/01 20:36:20
(e)=>{
Scene.addCircle({
timeToLive := 1;
restitution := 0.5;
collideSet := 1;
drawBorder := false;
friction := 0.5;
color := [0.0, 0.0, 0.5, 1.0];
drawCake := true;
pos := e.pos;
density := 2.0;
radius := 0.05;
edgeBlur := 0.0;
layer := 0
})
}
matto
2014/07/01 20:46:07
beautiful demonstration
matto
2014/07/01 20:46:58
thanks a lot
matto
2014/07/05 10:17:35
safe. I'm glad.
Copy the laser. or copy the following script into the OnCollide (laser).
thanks
matto
2014/07/05 10:17:57
(e)=>{
Scene.addCircle({
timeToLive := 0.1;
collideSet := 1;
drawBorder := false;
color := [1.0, 0.0, 0.0, 1.0];
drawCake := false;
density := 10.0;
edgeBlur := 1;
refractiveIndex := 1.0;
pos := e.pos;
radius := 0.15
});
Scene.addCircle({
timeToLive := 0.1;
collideSet := 1;
drawBorder := false;
color := [1.0, 1.0, 0.0, 1.0];
drawCake := false;
density := 10.0;
refractiveIndex := 1.0;
edgeBlur := 1;
pos := e.pos;
radius := 0.05
});
Scene.addCircle({
timeToLive := 0.7;
collideSet := 512;
drawBorder := false;
color := [0.0, 0.0, 0.0, 0.63];
drawCake := false;
refractiveIndex := 1.0;
density := 0.001;
edgeBlur := 1;
pos := e.pos;
radius := 0.10316571
});
Scene.addCircle({
timeToLive := 1;
collideSet := 512;
drawBorder := false;
color := [0.0, 0.0, 0.0, 1.0];
drawCake := false;
refractiveIndex := 1.0;
density := 0.001;
edgeBlur := 1;
pos := e.pos;
radius := 0.05
})
}
matto
2014/07/07 12:06:25
thanks, this is a nice compliment
previous |
1
2
3
…
12
|
next