var number_ball; class sample{ faststep():void{ number_ball=100; } } function samplex(){ var sub=new sample(); sub.faststep(); $("#memo").html(number_ball); }