Browse Search Popular Register Upload Rules User list Login:
Search:
Operator chances Object

Image:
screenshot of the scene

Author: DrBalk

Group: Educational

Filesize: 32.46 kB

Date added: 2021-05-04

Rating: 5

Downloads: 553

Views: 180

Comments: 1

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.0

Tags:
schule,
school,
operator

Scene tag

Operator changes the Object: insert a circle into the slot on the top of the operator. Watch the process. Repeat with circles of other size and color.

Operator verändert das Objekt: lasse einen Kreis oben in den Eingang des Operators fallen und beobachte, was passiert. Wiederhole das mit Kreisen anderer Größe und Farbe.

coding: is done by usage of the script in onCollide, there

Scene.addBox({
pos := e.pos - (0, 0);
size := [1.77 * e.other.radius, 1.77 * e.other.radius];
vel := [0, 0.1];
color := e.other.color;
collideset := 2
});
e.other.density = 0

If you wish to help coding, and if you have time, then you might add an option-menue to select into which other kind of object the original circle will be transformed, or allow other types of object to be inserted into the slot.
Last edited at 2021/05/04 12:42:01 by DrBalk
Please log in to rate this scene
edit
Similar scenes
Title: Schindler QKS-Series Door Operator - Center Open (Algodoo/Phun)
Rating: 5
Filesize: 28.49 kB
Downloads: 832
Comments: 4
Ratings: 1
Date added: 2009/10/15 03:00:06
Made with: Algodoo before v1.8.5
Rating: rated 5
download
Title: Schindler QKS-Series Door Operator - Single Speed Side Open (Algodoo/Phun)
Rating: 5
Filesize: 37.08 kB
Downloads: 511
Comments: 1
Ratings: 1
Date added: 2009/10/16 01:13:15
Made with: Algodoo before v1.8.5
Rating: rated 5
download
Title: Kona Supreme Operator HARD SETUP!
Rating: 5
Filesize: 1.26 MB
Downloads: 650
Comments: 0
Ratings: 1
Date added: 2013/11/08 22:49:31
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Kona supreme operator
Rating: 5
Filesize: 1.26 MB
Downloads: 550
Comments: 0
Ratings: 1
Date added: 2013/11/08 22:45:33
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Kona operator Dh
Rating: 5
Filesize: 0.75 MB
Downloads: 1021
Comments: 3
Ratings: 1
Date added: 2011/07/27 13:41:33
Made with: Phun
Rating: rated 5
download
Title: kona Operator Freerider A bike do piki.
Rating: 5.1111
Filesize: 1.49 MB
Downloads: 6476
Comments: 6
Ratings: 3
Date added: 2011/11/15 17:07:51
Made with: Algodoo v1.8.5
Rating: rated 5.1
download
Hi DrBalk,

e.other.density = 0 causes issues with Algodoo memory, and so it's better to use e.other.timeToLive = 0.

Interesting scene! In case you did not know, it also works with polygons and other shapes. Drop a rope into it (for example) and multiple boxes come popping out! :lol: