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

Views: 182

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 - Single Speed Side Open (Algodoo/Phun)
Rating: 5
Filesize: 37.08 kB
Downloads: 516
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 2011
Rating: 5
Filesize: 274.78 kB
Downloads: 2034
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
Rating: 5
Filesize: 1.26 MB
Downloads: 555
Comments: 0
Ratings: 1
Date added: 2013/11/08 22:45:33
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Kona Supreme Operator 2011
Rating: 5
Filesize: 1.53 MB
Downloads: 978
Comments: 0
Ratings: 1
Date added: 2013/11/09 10:32:54
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Rainbow six siege operator icons
Rating: 5
Filesize: 0.65 MB
Downloads: 170
Comments: 0
Ratings: 1
Date added: 2017/08/01 18:32:01
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: The Comporocket
Rating: 5
Filesize: 0.56 MB
Downloads: 1873
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: