Browse Search Popular Register Upload Rules User list Login:
Search:
This is fun. I might make my own version...
can I?
How to enter flip flop battle bot?
bruh, why spam.
It's very good but it destroys the floor sometimes.
This is mean't to be against bunkers right? It looks awesome!
why did u delete like all your scenes? They were very good.
sad...
Very nice, but it might be a bit big.
Thanks and oof.
It's a bit complicated :|
Nice.
:lol:
The first zombie startled me. Good job!!!
soft tires would be really cool.
Last edited at 2022/02/27 05:33:01 by ezpz(fib)5
Thanks. That makes me very happy.
I don't have joystick:(.
Very nice!!!!
u probably can with some basic scripting:).
that's very good.
Hi Xray, how do I make a laser trigger with the left mouse button or any?

I saw a scene that did that but I can't figure out how to.
you should stop the motor of the enemy and not make a tractor beam. When it goes up a somewhat steep hill the car will fly off the hill.
I mean make a laser turn on with left click. If another scene, I saw some thing with activation key = left_mouse. I tried doing it but I can't figure out how to get it to do that
Thanks!!!
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
})
});
yeah, I should decrease amount of boxes
***
Last edited at 2022/03/03 03:13:42 by ezpz(fib)5
I can't figure out how to get it to move forward but it's still really cool!
That's really cool!
oh, it works, I didn't realise left right and a and d do seperate things.
previous | 1 … 3 4 5 6 7 … 12 | next