I already reported three of your scenes for violation of rule 4 (Plagiarism).
If you want to enjoy Algodoo as much as I do, please try to make your own scenes.
And remember : When a user copies a scene or a part of a scene from someone else, there is no way to know for certain if the copied material was created by the other person or not. Some users have spent hours and hours on some scenes, and copying them without credit is just disrespect.
You should try to hide the spring joints and put the springs in white with length = 40000 m, then change the radius of the circles to 0.825 m with drawBorder = false. I think it's prettier (it will make it look more like an illusion).
rarescratch2 - You can try do find it out by yourself ! here's the code for it to be working :
Each marble has this code :
postStep = (e)=>{
vel = 4 * rand.normal2d;
postStep = (e)=>{
scene.my.posX = pos
}
}
Where you replace the X in "posX" by a number. Be careful not to put the same number twice, or it might break the thing !
Then put this code in one of the planes to create the polygon :