Browse Search Popular Register Upload Rules User list Login:
Search:
Interfearance patterns

Image:
screenshot of the scene

Author: JPgamersmines150

Group: Default

Filesize: 92.49 kB

Date added: 2021-05-26

Rating: 5

Downloads: 566

Views: 107

Comments: 1

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

Interfearance is when two waves overlap each other, like this!
Please log in to rate this scene
edit
Similar scenes
Title: Patterns for people
Rating: 5
Filesize: 0.51 MB
Downloads: 278
Comments: 1
Ratings: 1
Date added: 2019/07/31 14:02:26
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Cool patterns
Rating: 5
Filesize: 390.94 kB
Downloads: 777
Comments: 1
Ratings: 1
Date added: 2024/03/27 20:18:45
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: My Pen Patterns
Rating: 7.75
Filesize: 80.85 kB
Downloads: 331
Comments: 1
Ratings: 4
Date added: 2008/08/17 14:27:16
Made with: Phun
Title: Patterns With Shapes
Rating: 5
Filesize: 60.47 kB
Downloads: 407
Comments: 0
Ratings: 1
Date added: 2024/06/06 07:39:58
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Interesting Pattern Drawing Machine
Rating: 5
Filesize: 19.8 kB
Downloads: 518
Comments: 3
Ratings: 1
Date added: 2015/02/05 00:26:00
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Patterns
Rating: 5
Filesize: 30.65 kB
Downloads: 198
Comments: 0
Ratings: 1
Date added: 2009/06/25 00:47:02
Made with: Phun
Rating: rated 5
download
Also, Im experimenting with some code to make these waves! If you want, place the following code in postStep:(e)=>{
e.this.timeToLive <= 1 ? {
e.this.timeToLive = 1.5;
Scene.addCircle({
timeToLive := 10;
collideSet := 0;
entityID := 188;
drawCake := false;
color := [0.0, 1.0, 1.0, 0.3];
collideWater := false;
pos := e.this.pos;
colorHSVA := [1, 0, 1, 0];
radius := 0.17180762;
heteroCollide := true;
postStep := (e)=>{
e.this.colorHSVA = colorHSVA + [0, 0, 0, 0];
e.this.radius = radius + 0.005
};
opaqueBorders := true;
geomID := 179;
body := 239
})
} : {}
}