Browse Search Popular Register Upload Rules User list Login:
Search:
my first script

Image:
screenshot of the scene

Author: gnsjake1

Group: Default

Filesize: 7.63 kB

Date added: 2010-05-29

Rating: 5.4

Downloads: 481

Views: 1110

Comments: 1

Ratings: 2

Times favored: 0

Made with: Phun

Tags:

Scene tag

this is a script i made folowing paradigms tutorial
Please log in to rate this scene
edit
Similar scenes
Title: script COLLECTION
Rating: 8.25
Filesize: 1.12 MB
Downloads: 5296
Comments: 12
Ratings: 14
Date added: 2019/03/28 18:42:29
Made with: Algodoo v2.1.0
Rating: rated 8.3
download
Title: Mounted Minigun (PHUN ONLY)
Rating: 5.8889
Filesize: 57.57 kB
Downloads: 2330
Comments: 13
Ratings: 3
Date added: 2009/11/29 06:22:18
Made with: Phun
Rating: rated 5.9
download
Title: Script simple Mine (Mina de script)
Rating: 4.8889
Filesize: 0.51 MB
Downloads: 865
Comments: 3
Ratings: 3
Date added: 2009/09/08 18:13:26
Made with: Algodoo before v1.8.5
Rating: rated 4.9
download
Title: gears of war lancer!!
Rating: 5
Filesize: 88.12 kB
Downloads: 645
Comments: 6
Ratings: 1
Date added: 2010/05/19 21:32:06
Made with: Phun
Rating: rated 5
download
Title: The lab
Rating: 5
Filesize: 92.67 kB
Downloads: 350
Comments: 0
Ratings: 1
Date added: 2017/06/09 04:28:35
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Versatile Fuel Script*NOW WITH ENGINE!*(Read Description)
Rating: 5
Filesize: 83.41 kB
Downloads: 562
Comments: 0
Ratings: 1
Date added: 2015/05/21 00:10:08
Made with: Algodoo v2.1.0
Rating: rated 5
download
do you want to learn some more then add me on skype as casper41816161 or on msn as falandysz@live.dk there is some scripts here also


(e)=>{ scene.addcircle ({ pos=e.pos; density:=4; radius:=2; color:=[0.4, 0.0, 0.0, 0.5] }) } if you also want tracers then make a ``;´´ after the }) then write scene.addpen({ pos=e.pos; color:=[0.5, 0.0, 0.0, 1.0,]; size:=10; fadetime:=0.010})

and some script for changing density, attraction, etc, (e)=>{e.this.density = 30; e.this.color:=[0.0, 0.0, 0.0, 1.0,] } that will change the density to 30 and the color to black, the place with the density variable can density be changed to other stuff like attraction, friction, mass, etc, you can also write it this way to make a color that collide things have same color or density or reversed that would be (e)=>{e.this.color=e.other,color} if you write this script in a blue box circle polygon and it collides a red then it will change color to red depending on other/this color :tup:

then it will be

(e)=>{ scene.addcircle ({ pos=e.pos; density:=4; radius:=2; color:=[0.4, 0.0, 0.0, 0.5] }); scene.addpen({ pos=e.pos; color:=[0.5, 0.0, 0.0, 1.0,]; size:=10; fadetime:=0.010}) } it will spawn a ball with a centered tracer with 0.010 fadetime:tup: :tup: will give a better explanation on skype or msn:angel: