HI guys...
Yes fripounet, realtime change of colors and material finishes. I have not played with the physics yet. Both options are pretty new, I don't know off hand any existing tables that have used it. Sorry, only in my expeirimenting.
And thanks Thalamus, done just that already with making an array. What I'm trying to say is the updateMaterial() command only writes, it does not Read the values. I would rather append a value... matobj(8)=matobj(8) + value : updateMaterial matname,,,,,matobj(8),,,,,,,,
then to say just matobj(8) = value. That way code could be writen which could be copy pasted into other scripts without entering each individual value 17 times from the editor to each material you wish to append too.
The blank coma spaces as in say the playsound(,,,,,) command does not work with updatematerial(,,,,,,,,). It errors without data inbetween the comas.
Edit: ty Rascal , there is also the update base color command available as an individual write commad.
In my numerous attemps I have not been able to read any material variables.
Also "objectname.material" returns the material name as a string and not as an object. Hense not being able to read it's variable values. If I have missed something on how to read the material values I would appreciate an example, Thanks
Edited by Steely, 20 May 2020 - 12:09 AM.