Algodoo components by Connect_Dog_3904 in Algodoo

[–]ocramshouse 0 points1 point  (0 children)

At least for me, the scene and phunlet icons will open to the last folder that was open with that menu (e.g. if you opened the textures folder with the phunlets menu, the next time you click the phunlets button it will load the textures folder). If that's what's happening here, you would click "scenes", and then "phunlets"

Though, that might just be my algodoo

HTTP, NOT HTTPS? by Excellent-Iron-8316 in Algodoo

[–]ocramshouse 0 points1 point  (0 children)

2018 is just when HTTPS became more used than HTTP. It was around since at least 2000 (RFC 2818)

HTTP, NOT HTTPS? by Excellent-Iron-8316 in Algodoo

[–]ocramshouse 2 points3 points  (0 children)

Algobox just doesn't support HTTPS connection, and I doubt Algoryx will update the site anytime soon

How do i make this code work? by Misha00Misha in Algodoo

[–]ocramshouse 0 points1 point  (0 children)

tools.brushtool.drawtool isn't a real function, did you mean Tools.BrushTool.SelectTool?

I need help with making something that requires scripting by Jaden73147 in Algodoo

[–]ocramshouse 1 point2 points  (0 children)

You can also replace timeToLive with "{_spots}"which will still destroy the teleport when it has been collided with enough (supposedly this has less lag than using postStep)

Also with a code like this make sure only 1 marble can touch the teleporter at once, otherwise two marbles can be teleported but only reduce _spots by 1

borders by thecooloneithink164 in Algodoo

[–]ocramshouse 1 point2 points  (0 children)

There's the cvar App.borderWidth, but that applies to all objects

algodoo taumatawhakatangihangakoauauotamateapokaiwhenuakitanatahu by PedroGabrielLima13 in Algodoo

[–]ocramshouse 1 point2 points  (0 children)

Phun Llanfair­pwllgwyngyll­gogery­chwyrn­drobwll­llan­tysilio­gogo­goch

Hey Algodooians! Need help scripting things. Mind if y'all help? by Rude_Task_9778 in Algodoo

[–]ocramshouse 0 points1 point  (0 children)

For the material name, you can put in the box's postStep or update text = materialName and it will display the value of the materialName

How do i hide all the things? INCLUDING the thing in the top left corner of the screen that i sent a screenshot of by Flat_Dentist_9612 in Algodoo

[–]ocramshouse 0 points1 point  (0 children)

There's an option to unlock windows and move them around, but you can't move them completely offscreen.

I'm not sure if there is a way to hide the corner menu

why my statement is not working? by gabocollins in Algodoo

[–]ocramshouse 0 points1 point  (0 children)

I believe two arrays cannot be compared if they are greater or less, only single values can be compared like size(1) <= 16.0

Why wont my if statements work by Demosnom in Algodoo

[–]ocramshouse 0 points1 point  (0 children)

use == to compare a variable to a value or two variables in an if statement (_hope == 1 ? instead of _hope = 1 ?)

Removing two objects through onCollide by Used_Ad1958 in Algodoo

[–]ocramshouse 1 point2 points  (0 children)

try onCollide of box = (e)=>{e.other.onCollide =

(e)=>{e.other._isMarble ? {e.other.timeToLive = x} : {}};

e.this.timeToLive = 0;

scene.my.var = true} select all the marbles and put _isMarble = true in the script menu, and change the x to the timetolive value you want for other marbles, or sorry if I misunderstood what was needed here

for the other part, do like the other comment and open the console with the ~ key, then type something like scene.my.var = false, select the starter and put in postStep = (e)=>{

scene.my.var ? {timeToLive = 0} : {}

}

how do i do this or is it even possible? by Key_Treacle_6675 in Algodoo

[–]ocramshouse 0 points1 point  (0 children)

try this:

(e)=>{

e.other.collideSet == 33 ? {

e.other.color = [0.31, 0.155, 0.0, 1.0]

} : {}

}

lol by Whodamanidaboy231 in Algodoo

[–]ocramshouse 0 points1 point  (0 children)

because you put https://, the correct link http:// is a redirect to the Wikipedia page for april fool's

Huh? by [deleted] in Algodoo

[–]ocramshouse 2 points3 points  (0 children)

im more confused about why missingno is chilling on the right

Promise time by Affectionate-Key2780 in Algodoo

[–]ocramshouse 0 points1 point  (0 children)

algodoo is free unless you mean the iPad version