Browse Search Popular Register Upload Rules User list Login:
Search:
Two more signups and I release somthing fun!
Fixed it!
I didn't realize that. There should only be one now.
The green block should have this in PostStep:
(e)=>{
sim.time < 1 ? {
scene.my._spot = 26
} : {};
e.this.timeToLive = scene.my._spot
}
Signups will be moved to YouTube.
How to fix elimination bugs:
First elimination:

Safe block PostStep
e.this.colorHSVA = e.this.colorHSVA + [1, 0, 0, 0];
scene.my._spot != 1 ? {
e.this.text = scene.my._spot + " safe spots left!"
} : {
e.this.text = scene.my._spot + " safe spot left!"
}

Second Elimination:

Green block PostStep:
sim.time < 1 ? {
scene.my._spot1 = 25
} : {};
e.this.timeToLive = scene.my._spot1

OnCollide:
scene.my._spot1 = scene.my._spot1 - 1;
e.other.pos = scene.my._telb1;
e.other.vel = [0, 0];
scene.my._text = e.other._marbleName + " is safe!"

Red block onCollide:
scene.my._text = e.other._marbleName + " is out!";
scene.my._legStart1 = 0;
e.other.pos = scene.my._telc1

PostStep:
sim.time < 1 ? {
scene.my._legStart = 1
} : {}
How to fix elimination bugs (continued):
Safe Block PostStep:

e.this.colorHSVA = e.this.colorHSVA + [1, 0, 0, 0];
scene.my._spot1 != 1 ? {
e.this.text = scene.my._spot1 + " safe spots left!"
} : {
e.this.text = scene.my._spot1 + " safe spot left!"
}

Release block PostStep:

scene.my._legStart1 == 0 ? {
e.this.timeToLive = 0
} : {}

Teleports:
Red box:
put a 1 ofter the c in PostStep.
Clone it.
Put it in the safe box.
Change the c to a b.
You may resize the componets, but not replace them.
Using material name would change the material properties of marbles whose names are the same as preset Algodoo materials, such as gold and ice.
That's a good point. But there is a fix. We'll change the rules so that the number of marbles up for elimination is equal to floor(.9*sqrt(x) - 0.0081x + .2), where x is the amount of total marbles, including the guaranteed elimination. There is one exception, however: If only four marbles are left, there will be one guaranteed elimination, not two. This creates a top 3.
Sure, but creating your own will raise creativity score.
I mean originality, not creativity.
previous | 1 2 3 | next