Browse Search Popular Register Upload Rules User list Login:
Search:
Algicoscathlon Entry

Image:
screenshot of the scene

Author: PHUNGL

Group: Default

Filesize: 24.76 kB

Date added: 2013-09-14

Rating: 5

Downloads: 4177

Views: 706

Comments: 10

Ratings: 1

Times favored: 0

Made with: Algodoo v2.0.2 Edu

Tags:

Scene tag

My entry of Excavation! For bros03's contest.

Some times they get spaz attacks. I have no idea why.

:tup:
Last edited at 2013/09/14 20:59:52 by PHUNGL
Please log in to rate this scene
edit
Similar scenes
Title: Protect the Castle Entry
Rating: 5
Filesize: 25.6 kB
Downloads: 613
Comments: 0
Ratings: 1
Date added: 2011/07/06 22:10:32
Made with: Algodoo before v1.8.5
Rating: rated 5
download
Title: Earthquakeproof ivanoski entry
Rating: 5
Filesize: 102.95 kB
Downloads: 591
Comments: 0
Ratings: 3
Date added: 2008/11/09 18:03:46
Made with: Phun
Rating: rated 5
download
Title: The Height Challenge Entry [Part 2]
Rating: 5
Filesize: 86.22 kB
Downloads: 293
Comments: 0
Ratings: 1
Date added: 2015/12/21 06:15:26
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Satsuki Entry
Rating: 5
Filesize: 25.37 kB
Downloads: 577
Comments: 0
Ratings: 1
Date added: 2011/05/05 22:30:20
Made with: Phun
Rating: rated 5
download
Title: Cave Challenge Entry 2
Rating: 7.5
Filesize: 0.67 MB
Downloads: 61
Comments: 0
Ratings: 2
Date added: 2008/08/24 23:13:58
Made with: Phun
no image found for this scene
Rating: rated 7.5
download
Title: Land speed entry
Rating: 6.75
Filesize: 14.43 kB
Downloads: 484
Comments: 3
Ratings: 4
Date added: 2008/10/16 17:07:29
Made with: Phun
Rating: rated 6.8
download
Nice entry!
When I Press Start They Don't Go:(
What do you mean?
im triing to do a laser chat creats circles that do this:
(e)=>{
scene.addCircle({
airfrictionmult := 1;
radius := 0.2;
density := 1.0;
restitution := 0.25;
friction := 1;
timetolive := 2;
color := [1.0, 0.0, 0.0, 1.0];
pos := e.pos;
edgeblur := 0.5;
restitution := 1((e)=>{
e.other.materialName == "enemy" ? {
e.other.color = [1, 0, 0, 0];
e.other.collideSet := 0
} : {}
})
})
}
but materealname dont work when the spawned circles hit the gometry with matereal name :enemy
why?
I Mean Even If I Press The Arrow Keys:(
They don't work on arrow keys... Its not an obstacle course.
lucnan-

You didn't state the onCollide entity. Try this one -

(e)=>{
scene.addCircle({
airfrictionmult := 1;
radius := 0.2;
density := 1.0;
restitution := 0.25;
friction := 1;
timetolive := 2;
color := [1.0, 0.0, 0.0, 1.0];
pos := e.pos;
edgeblur := 0.5;
restitution := 1;
onCollide := (e)=>{
e.other.materialName == "enemy" ? {
e.other.color := [1, 0, 0, 0];
e.other.collideSet := 0
} : {}
}
})
}

Plus, you had something wrong with your parentheses. :P
thank you very much!!
:yum: :y :blush:
Hi again PHUNGL i am back finally check out my updates!
yellow won