・Main.Tonyu $time=0; new Text{x:100,y:100}; while(true){ $time++; update(); } ・Text.Tonyu while(true){ text=floor($time/30); update(); }