Browse Search Popular Register Upload Rules User list Login:
Search:
Shrink Ray

Image:
screenshot of the scene

Author: s_noonan

Group: Technical

Filesize: 0.87 MB

Date added: 2017-06-17

Rating: 5.5

Downloads: 1002

Views: 381

Comments: 4

Ratings: 2

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

Shrink Ray Tool
Last edited at 2025/04/18 11:54:30 by s_noonan
Please log in to rate this scene
edit
Similar scenes
Title: Shrink ray+
Rating: 5
Filesize: 178.85 kB
Downloads: 3015
Comments: 3
Ratings: 1
Date added: 2018/11/16 15:41:12
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Shrink machines
Rating: 5
Filesize: 17.01 kB
Downloads: 742
Comments: 1
Ratings: 1
Date added: 2017/09/28 01:17:54
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Thyme example: Polygon shrink
Rating: 5
Filesize: 13.49 kB
Downloads: 496
Comments: 0
Ratings: 1
Date added: 2017/08/15 13:37:31
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Sun shrink
Rating: 5
Filesize: 11 kB
Downloads: 568
Comments: 0
Ratings: 1
Date added: 2017/08/19 23:16:27
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: algicosatholon silmantion day 10
Rating: 5
Filesize: 466.76 kB
Downloads: 237
Comments: 0
Ratings: 1
Date added: 2015/04/25 15:27:25
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Shrinketazor
Rating: 5
Filesize: 13.3 kB
Downloads: 444
Comments: 0
Ratings: 1
Date added: 2017/08/19 23:41:47
Made with: Algodoo v2.1.0
Rating: rated 5
download
You can do this with a single laser:

Delete one of the lasers.

Define: _mult := 0

postStep = (e)=>{
keys.isDown("up") ? {
_mult = 1.01;
maxRays = 1
} : {
keys.isDown("down") ? {
_mult = 0.99;
maxRays = 1
} : {
maxRays = 0
}
}
}


Partial "onLaserHit" script: surf := (readable(e.geom)).surfaces * _mult;

Delete laser "Activation Button"

Th... Th... Th... That's all folks!
Last edited at 2017/06/18 00:44:48 by Xray
Good idea. Done.
Very nice and simple! :tup:
Not like that,Xray,just like that, and few instructions:

There are two frogs,and so a frog has a sign like this:"^"and a down arrow.
So delete the lasers(actually Xray is most correct.).

Done.