Browse Search Popular Register Upload Rules User list Login:
Search:
factory

Image:
screenshot of the scene

Author: supermario1263

Group: Default

Filesize: 372.85 kB

Date added: 2016-06-08

Rating: 5

Downloads: 754

Views: 183

Comments: 3

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

for you
Please log in to rate this scene
edit
Similar scenes
Title: Factory 2
Rating: 5.25
Filesize: 192.97 kB
Downloads: 2957
Comments: 1
Ratings: 2
Date added: 2020/04/11 20:37:46
Made with: Algodoo v2.1.0
Rating: rated 5.3
download
Title: B.O.X factory
Rating: 5
Filesize: 0.52 MB
Downloads: 1686
Comments: 2
Ratings: 1
Date added: 2024/09/24 03:42:28
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Black Factory
Rating: 5
Filesize: 340.99 kB
Downloads: 617
Comments: 1
Ratings: 1
Date added: 2020/03/31 09:17:45
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Heineken Factory [1.0
Rating: 5
Filesize: 509.4 kB
Downloads: 1845
Comments: 0
Ratings: 1
Date added: 2014/06/22 20:31:56
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: The forever factory
Rating: 6.5625
Filesize: 328.6 kB
Downloads: 6338
Comments: 11
Ratings: 10
Date added: 2010/09/26 09:10:35
Made with: Phun
Rating: rated 6.6
download
Title: Factory
Rating: 5
Filesize: 198.79 kB
Downloads: 1823
Comments: 1
Ratings: 1
Date added: 2011/12/19 23:31:25
Made with: Algodoo v2.0.0
Rating: rated 5
download
the fire srcipt put it on on collide: (e)=>{
for(1, (x)=>{
Scene.addCircle({
_Temperature := 1600;
timeToLive := 0.5;
radius := 0.5;
pos := e.pos;
edgeblur := 7;
update := (e)=>{
_Temperature = sim.running ? _Temperature - 4 : _Temperature;
radius = timetolive / 4;
colorHSVA = {
[timetolive * 40, 0.9, timetolive * 6, (timetolive * 100) / 70]
}
};
collideSet := 2;
heterocollide := false;
drawBorder := false;
drawCake := false;
onCollide := (e)=>{};
density := 0.0005;
vel := rand.normal2D * 10;
zDepth := rand.normal * 100
})
})
}
wtf?
Oh wow what a big script!