Hi Again-
For some reason my math.floor function is not working (trace yields “undefined”)… Im sure its something simple, but Im not seeing it. Suggestions??? Thanks!!!
[AS]
thumbNum = 26;
total = thumbNum * 200;
wholeSteps = math.floor(total/600);
trace (wholeSteps);
[/AS]