hi i make the modification already.
the codes:
if ((yco % height == 0) && (app.control.bp[current] == true)) {
tm.stop();
System.out.println("a" + e);
if(loading) {
tm1.start();
System.out.println("b" + e);
loading = true;
}
first i stop the first timer (the timer that responsible moving up and down.
then i start by saying if loading still false, start the new timer and set it to true.
but so far from println only can see action 'a' not 'b'