Browse Search Popular Register Upload Rules User list Login:
Search:
scripting help needed

Image:
screenshot of the scene

Author: ploters

Group: Default

Filesize: 4.37 kB

Date added: 2025-09-25

Rating: 5

Downloads: 280

Views: 207

Comments: 3

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

i am trying to make a object grow to be longer on the X axis when i hit it with a lazer however my attempts are futile, if anyone knows how to acomplish this their help wold be wonderfull
Please log in to rate this scene
edit
Similar scenes
Title: Wakeboarder with self balance
Rating: 5
Filesize: 366.73 kB
Downloads: 1327
Comments: 2
Ratings: 1
Date added: 2016/05/21 22:20:47
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Tower Grenader Game [V.1.1]
Rating: 5
Filesize: 47.48 kB
Downloads: 876
Comments: 0
Ratings: 1
Date added: 2012/06/03 16:11:09
Made with: Algodoo v2.0.2 Edu
Rating: rated 5
download
Title: Gravity scripts
Rating: 5
Filesize: 44.34 kB
Downloads: 567
Comments: 2
Ratings: 1
Date added: 2016/08/01 02:08:41
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Scripting Tests
Rating: 5.625
Filesize: 88.06 kB
Downloads: 780
Comments: 2
Ratings: 2
Date added: 2010/01/10 00:18:46
Made with: Algodoo before v1.8.5
Rating: rated 5.6
download
Title: Pulley
Rating: 5.625
Filesize: 0.75 MB
Downloads: 366
Comments: 0
Ratings: 2
Date added: 2012/11/20 15:47:42
Made with: Algodoo v2.0.1 Edu
Rating: rated 5.6
download
Title: electric fan_0005 need help_0003
Rating: 5
Filesize: 0.62 MB
Downloads: 731
Comments: 3
Ratings: 1
Date added: 2025/10/22 18:59:38
Made with: Algodoo v2.1.0
Rating: rated 5
download
In laser:
onLaserHit = (e)=>{e.geom.size = e.geom.size * [1.001,1.0]}
thankyou
i know i'm a little late to this, but there's another way if you want a linear growth.

onHitByLaser = (e)=>{e.this.size = e.this.size + [(any increment), 0.0]}
:lol: