Browse Search Popular Register Upload Rules User list Login:
Search:
training 12

Image:
screenshot of the scene

Author: super mario 43

Group: Phunlets

Filesize: 0.89 MB

Date added: 2016-06-08

Rating: 5

Downloads: 147

Views: 199

Comments: 1

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

please copy: (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
})
})
}
Please log in to rate this scene
edit
Similar scenes
Title: ARL - 44 Tank Training
Rating: 5
Filesize: 428.41 kB
Downloads: 1302
Comments: 0
Ratings: 1
Date added: 2017/05/06 12:57:03
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: ZiS - 30 Tank Training
Rating: 5
Filesize: 0.98 MB
Downloads: 999
Comments: 0
Ratings: 1
Date added: 2017/04/19 00:38:18
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Robot-T5X training
Rating: 5.4
Filesize: 0.93 MB
Downloads: 829
Comments: 10
Ratings: 4
Date added: 2010/10/08 15:50:05
Made with: Algodoo before v1.8.5
Rating: rated 5.4
download
Title: Begin by the race of the colours! (training)
Rating: 5
Filesize: 57.44 kB
Downloads: 223
Comments: 4
Ratings: 1
Date added: 2018/07/07 21:38:21
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: BMX Racing Training #1
Rating: 5
Filesize: 114.42 kB
Downloads: 690
Comments: 0
Ratings: 1
Date added: 2018/10/26 12:32:33
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Jagdpanther Tank Training
Rating: 5
Filesize: 1.36 MB
Downloads: 1718
Comments: 0
Ratings: 1
Date added: 2017/07/11 17:40:23
Made with: Algodoo v2.1.0
Rating: rated 5
download
the fire script put it 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
})
})
}