Browse Search Popular Register Upload Rules User list Login:
Search:
Help!!

Image:
screenshot of the scene

Author: buildman

Group: Default

Filesize: 195.86 kB

Date added: 2014-02-07

Rating: 5

Downloads: 342

Views: 285

Comments: 11

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

It dont need a desc.
Please log in to rate this scene
edit
Responses to this scene:
Title Author Rating Downloads Comments Date added
Color mixer for Buildman lololoer 5.6 (2 votes) 1090 10 2014/02/09 15:02:33
show grid
buildman - I tried to combine two different color balls when they collide but the resulting color is not correct. So, maybe someone else knows how to combine Algodoo colors so that they accurately become a third color. Sorry I cannot help you with this. :cry:
This is most original request for help, I ever seen. :tup:
Here is your script:
c := e.other.color;
color = [(color(0) + c(0)) / 2, (color(1) + c(1)) / 2, (color(2) + c(2)) / 2, 1];
e.other.color = color
chemist - That's awesome! I'm going to save that script in my list of handy dandy scripts! :tup:
I know other way to do it! Check my scene response!
thanks to all! if i could knew how to make that cool sunglasses with thumbs up face, i would! But for now,:D
wait... chemist, how do i copy and past you coment, just now notest:/
buildman - You copy and past it just like you would for any text on your computer: Select the text (highlight it), then press Ctrl-C keys (copy). Then click your cursor where you want to paste the text and press Ctrl-V keys (paste). Does this answer your question?
ik, but whean I did ctrl+c and whean i did ctrl+v =, it did nothing -_-
i dident acully mean to put the = sign, i ment to put nothin, well, fat fingers happen, also, for comments, -_- should have an auto face thing
I don't know what you are doing wrong. Copy/Paste works for me. Here is the script that chemist gave you:

c := e.other.color;
color = [(color(0) + c(0)) / 2, (color(1) + c(1)) / 2, (color(2) + c(2)) / 2, 1];
e.other.color = color

I selected the text from his comment, and then I press Ctrl-C. I then placed my cursor here in this comment and pressed Ctrl-V. The text pasted here as you see it.

Maybe you are not selecting the text properly. Here is how I do it. Place the cursor to the left of the first word of the text you want to copy. Then press the left mouse button and KEEP it pressed while you slowly slide the cursor over the entire text that you want to copy. When you have the desired text highlighted in black, release the left mouse button. Now with the text highlighted, you press the Ctrl key with one finger, and then while holding the Ctrl key, you press the C key. Then release both keys and move your cursor to where you want to paste the text. Click the left mouse button one time to place the cursor where you want the text to be pasted. Then press and hold the Ctrl key with one finger while you tap the V key with another finger. Your text should be pasted. If that doesn't work, then you are still doing something wrong.
ok... then thanks, also, on my scean "Dust particle controllable" i have another request in the comments, I would like an anser rom that, so... yea