O.K. I was posting few weeks ago my made up program with mathematical functions. So now I need help again :). Here it is: http://vysnia.com/Funkciju_generavimas.html <— press “Funkcijos” green button creates one, red deletes it.
So this is kind a static way to create them, now I am making a real time creating a funkcion, so I create three input texts for a, b and c variables.
The black sqare is button :)…
When the button is pressed my AS gather this a,b and c variables, with number and traces ok.
fx_1 = a_kint_var*(Math.pow(x_01+1, 2))+b_kint_var*x_01+c_kint_var;
And then the AS begins to create the function to paint it to flash, but it some how creates not a normal function :)… What problem may I have?
P.S. Sorry for my english…