Hello - I'm looking to see if it's possible to adjust the x or y texture coordinate position of a material. And would this script be able to handle every instance of this material within my page? In general terms, using a text object to control the material position...
If Text = "0" then
material.posX = 0.0
end if
If Text = "1" then
material.posX = 7.5
end if
Can somebody help me fill in the blanks?
Thanks!
Brian