Browse Search Popular Register Upload Rules User list Login:
Search:
for Xray

Image:
screenshot of the scene

Author: ezpz(fib)5

Group: Default

Filesize: 19.35 kB

Date added: 2022-03-19

Rating: 5

Downloads: 1123

Views: 427

Comments: 10

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.3

Tags:

Scene tag

I tried to make melting ray, but even when I clone the surfaces variable into a custom variable I can't write code to modify it.
Try adding whatever(intic) = whatever(intic) + [math.cos(angle), math.sin(angle)]. When I do it it automatically deletes, but if I do it with another variable it saves. Do you know what is going on?
Please log in to rate this scene
edit
Similar scenes
Title: pokemon types for Xray [extra ones for good measure ]
Rating: 4.5
Filesize: 156.17 kB
Downloads: 1257
Comments: 7
Ratings: 2
Date added: 2022/07/21 18:28:46
Made with: Algodoo v2.1.0
Rating: rated 4.5
download
Title: Space designed mouse for Xray!
Rating: 5
Filesize: 23.82 kB
Downloads: 271
Comments: 3
Ratings: 1
Date added: 2015/04/12 17:29:28
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Something For Xray
Rating: 5
Filesize: 0.66 MB
Downloads: 444
Comments: 5
Ratings: 1
Date added: 2015/08/06 17:19:06
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Kid in a Box
Rating: 5
Filesize: 0.59 MB
Downloads: 666
Comments: 5
Ratings: 1
Date added: 2024/02/27 22:56:40
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: My entry for xray's contest (edited)
Rating: 5.375
Filesize: 102.92 kB
Downloads: 503
Comments: 4
Ratings: 2
Date added: 2016/08/19 13:20:18
Made with: Algodoo v2.1.0
Rating: rated 5.4
download
Title: Xray: Past And Present!
Rating: 5
Filesize: 214.76 kB
Downloads: 333
Comments: 5
Ratings: 1
Date added: 2016/08/10 04:24:59
Made with: Algodoo v2.1.0
Rating: rated 5
download
@ezpz(fib)5 -- s_noonan's polygon smoothing scene (link shown above) is a perfect example of what you described that you are trying to do. If there is anything in his script that you don't understand or need clarification, just ask him. He knows more about Thyme scripting than anyone else (and that includes me).
ok, do you know why I can't change it tho?
It's because Algodoo scripting was never completed. It has a few known bugs and some things that it should have but doesn't. For example you can directly READ an array value such as: _variable = _array(7) but you cannot directly WRITE to an array variable using the similar format such as: _array(7) = _variable. I use a custom function which gets around this problem and allows you to write to a single array element. Read the following Forum entry, and you will see how I am able to write to a single array element:

Change Array Element
do u know how I can insert an element into an array? I tried set.insert(_stuff, 1) but it doesn't work.
Read the Forum under the heading "Thyme Scripting". There is a lot more there than what I would be able to tell you here in comments.
Thyme Command/Variables List
Thyme Tutorial - With explanations at every step
Array Functions

array = array ++ [addedPoint]

Also, the "for" function has an upper limit to "n". It might be 64. Look up xfor in the forum.
Last edited at 2022/03/22 08:44:18 by s_noonan
it's 65, I got it figured out. Instead of set.insert I used math.addlist. Thanks.
i do NOT know what is going on
xray you are smart