Browse Search Popular Register Upload Rules User list Login:
Search:
growing box

Image:
screenshot of the scene

Author: erich

Group: Default

Filesize: 7.32 kB

Date added: 2014-07-12

Rating: 5

Downloads: 1230

Views: 406

Comments: 6

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

just press play and show what happens

UPDATE

- the box only grows when the scene is started.
Last edited at 2014/07/12 17:08:51 by erich
Please log in to rate this scene
edit
Similar scenes
Title: Growing circle
Rating: 5
Filesize: 17.35 kB
Downloads: 993
Comments: 0
Ratings: 1
Date added: 2022/01/17 09:25:28
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Growing without lag for The Living Collab
Rating: 5.625
Filesize: 6.74 kB
Downloads: 1059
Comments: 3
Ratings: 2
Date added: 2009/05/16 20:55:33
Made with: Phun
Rating: rated 5.6
download
Title: Growing Rose v1.0
Rating: 5
Filesize: 171.41 kB
Downloads: 724
Comments: 0
Ratings: 1
Date added: 2013/02/01 15:59:05
Made with: Algodoo before v1.8.5
Rating: rated 5
download
Title: black hole growing
Rating: 5
Filesize: 351.86 kB
Downloads: 1706
Comments: 0
Ratings: 1
Date added: 2024/11/07 15:10:41
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: evolution
Rating: 5
Filesize: 108.89 kB
Downloads: 1551
Comments: 3
Ratings: 1
Date added: 2022/11/04 22:27:11
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Growing plant (fix)
Rating: 7.8875
Filesize: 213.17 kB
Downloads: 2329
Comments: 13
Ratings: 80
Date added: 2008/07/13 18:58:41
Made with: Phun
Rating: rated 7.9
download
You should use this simple script in combination with other things:). I can always teach you new script's if you want erich. btw. An good script in the update section is:
(e)=>{
sim.running ? {
\ your script, like the growing size
} : {}
}
It makes the box(oro ther scripts) only grow/work while the simulation is running
ok, thanks for the idea:)
uumm... i don`t understand it, if i try to make your script in, the box does not grow anymore.
your onCollide script of the not-growing box should be :
(e)=>{
e.this.update = (e)=>{
sim.running ? {
e.this.size = e.this.size + [0.02, 0.02];
e.this.size(1) > 1000 ? {
e.this.density = 0
} : {}
} : {}
}
}
ok, thanks
jay, it works!