Hello..

Can any clever nuts figure out why this actionscript is not working?

Code:
//numRange, lowest are all variables of input txtboxes 3 frames before this AS frame
var rad1 = random(numRange)+lowest;
// rad1 is another dynamic textbox set on THIS frame
// and on the next frame it is previousFrame();
This is my first try at loading random command using a variable and several imputs.

Thanks Guys...