Variables

Iam not very pro… yet.
With 2.0 this was easy. I want have this kind variable thing with as3.
Can any1 help me please. :smiley:


if (Stepper.value == 120) 
   {
    Something_B = "5";
   }

Something_A = Something_B;

textfield.text = Something_A;