ScriptSpot

Forum topic · General Scripting

spinner value problem

By Mrjacks2o · 2012-01-24

Description

Hi guys i have a Spinner called Width im trying to make the value of the Spinner = renderWidth i tried this script but its not working

Width.value= renderWidth as string

Thanks in advance guys

Comments (2)

Width.value= renderWidth

jos · 2012-01-24

correct code:

Width.value= renderWidth

a spinner takes a float, int but not a string

Mrjacks2o · 2012-01-24

thanks allot for the help!!!
I used the Width.value= renderWidth but it was not working since my spinner type: was an integer, then when you mentioned float that was the missing link to the puzzle thanks again!!!