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: 471

Views: 108

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: 731
Comments: 4
Ratings: 1
Date added: 2009/10/15 03:00:06
Made with: Algodoo before v1.8.5
Rating: rated 5
download
Title: Drunken Excavator Operator
Rating: 5.375
Filesize: 1.05 MB
Downloads: 1752
Comments: 7
Ratings: 2
Date added: 2014/03/21 07:06:51
Made with: Algodoo v2.1.0
Rating: rated 5.4
download
Title: Kona Supreme Operator 2011
Rating: 5
Filesize: 274.78 kB
Downloads: 1772
Comments: 1
Ratings: 1
Date added: 2013/10/07 21:45:00
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Kona Supreme Operator HARD SETUP!
Rating: 5
Filesize: 1.26 MB
Downloads: 504
Comments: 0
Ratings: 1
Date added: 2013/11/08 22:49:31
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Kona operator Dh
Rating: 5
Filesize: 0.75 MB
Downloads: 846
Comments: 3
Ratings: 1
Date added: 2011/07/27 13:41:33
Made with: Phun
Rating: rated 5
download
Title: The Comporocket
Rating: 5
Filesize: 0.56 MB
Downloads: 1754
Comments: 0
Ratings: 1
Date added: 2022/04/09 14:03:07
Made with: Algodoo v2.1.0
Rating: rated 5
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: