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

Image:
screenshot of the scene

Author: Lester12345

Group: Default

Filesize: 9.66 kB

Date added: 2014-09-25

Rating: 5

Downloads: 696

Views: 254

Comments: 1

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

Like a snake!

onCollide =
(e)=>{
scene.addcircle({
pos := e.pos;
color := [1, 0, 0, 1];
density := ∞;
radius := 0.0625;
timetolive := 2;
poststep := (e)=>{
radius = radius + 0.1;
radius >= 0.5 ? {
poststep = (e)=>{
radius = radius - 0.01;
collideset = 0
}
} : {}
};
oncollide = oncollide
})
}
Please log in to rate this scene
edit
May i use this? (I will give credit if you want!)