Browse Search Popular Register Upload Rules User list Login:
Search:
EMP weapon but better

Image:
screenshot of the scene

Author: Deedatski

Group: Default

Filesize: 37.32 kB

Date added: 2022-03-01

Rating: 5.6

Downloads: 3960

Views: 421

Comments: 1

Ratings: 2

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

I will add this emp weapon
on Police Chase game5(Bonus level).
Controls:
Right arrow= forward
Left arrow= backward
4 key= Activates the emp(Electromagnetic pulse)weapon
to stun the enemy in long range

This was inspired the Need for Speed:Hot pursuit(Game).

There you go Ezpz(fib)5 i made it better:)
(This is Backup scene)
Please log in to rate this scene
edit
Similar scenes
Title: Spring weapon
Rating: 6
Filesize: 23.75 kB
Downloads: 1009
Comments: 3
Ratings: 3
Date added: 2009/12/16 13:39:17
Made with: Algodoo before v1.8.5
Rating: rated 6
download
Title: Long Rifle
Rating: 4.7778
Filesize: 43.69 kB
Downloads: 1776
Comments: 3
Ratings: 3
Date added: 2012/04/08 13:26:13
Made with: Algodoo v2.0.1
Rating: rated 4.8
download
Title: Martian Motorcycle and Weapon
Rating: 6.1111
Filesize: 0.82 MB
Downloads: 959
Comments: 0
Ratings: 3
Date added: 2009/05/12 02:21:49
Made with: Phun
Rating: rated 6.1
download
Title: FireWalker With laser weapon (work in phun)
Rating: 6.8182
Filesize: 123.86 kB
Downloads: 1168
Comments: 6
Ratings: 5
Date added: 2010/07/25 18:48:19
Made with: Phun
Rating: rated 6.8
download
Title: Throwing Weapons Simulator v 1.7
Rating: 6.8125
Filesize: 0.58 MB
Downloads: 2198
Comments: 5
Ratings: 10
Date added: 2009/04/10 19:42:46
Made with: Phun
Rating: rated 6.8
download
Title: MLBolt
Rating: 5
Filesize: 37.78 kB
Downloads: 2239
Comments: 0
Ratings: 1
Date added: 2013/05/10 23:30:30
Made with: Algodoo before v1.8.5
Rating: rated 5
download
That's very nice. I made some script that you can use if you want:

for(10, (i)=>{
scene.AddCircle({
pos := e.pos;
radius := 0.1;
color := [1, 1, 0, 0];
edgeblur := 100;
timeToLive := 1;
poststep := (e)=>{
vel = [rand.normal * 2, rand.normal * 2]
};
collideset := 0
});
Scene.addPen({
pos := e.pos;
timeToLive := 1;
color := {
[timeToLive * 2 + 0.7, timeToLive * 2 + 0.7, timeToLive + 0.5, 1]
};
fadeTime := 1.5;
size := 0.5
})
});
for(10, (i)=>{
scene.AddCircle({
pos := e.pos;
radius := 0.1;
color := [1, 1, 0, 0];
edgeblur := 100;
timeToLive := 1;
poststep := (e)=>{
vel = [rand.normal * 10, rand.normal * 10]
};
collideset := 0
});
Scene.addPen({
pos := e.pos;
timeToLive := 1;
color := {
[timeToLive * 2 + 0.7, timeToLive * 2 + 0.7, timeToLive + 0.5, 1]
};
fadeTime := 1.5;
size := 0.1
})
});