I want to let an user have to input the speed. I have a inputbox: noSpeed. That should be the speed, in a movieclip timeline I have this code: var speed = _root.noSpeed.text;
This doesn’t works while when I trace the noSpeed it appears to be 5. And when I just fill in 5, then it works fine.
Also tried with Number(_root.noSpeed.text); but that didn’t make any differens.
Someone knows?
Posted about 1 month ago












