How do I control actors size with a slider
![wroachbarrette](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
So, ive worked with the method of controlling say, the volume with a slider, but when i try the same method and use the say highth of an actor, i get very different results, now i can imagine this has to do with A the fact that this method is set up to deal with values 0 to 1, and the other fact that size is infinite, where as volume can only be between 0 and one, so my question is. How can i change the equation to work with size?
Comments
Do you want it to be linear or exponential?
Just change the .1 to a 1 is the fastest way to do it.
I'd make it a number that divides evenly into 768. Such as 6, 8 or 10 or so.
So that'd make the Change Attribute to adding + 96 or + 76.8 or + 128 or something like that.