You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i tried to insert some of discs after each other ,Only red or yellow discs are inserted that's because of the animation that take 0.5 sec ,So this statement redMove = !redMove; can't be reachable if you clicked the mouse in duration less than 0.5 sec ,This line of code should be executed before the animation line TranslateTransition animation = new TranslateTransition(Duration.seconds(0.5), disc);
The text was updated successfully, but these errors were encountered:
MahmoudShaltoot
changed the title
problem with fast inserting a discs
Problem with fast inserting discs
Apr 13, 2018
when i tried to insert some of discs after each other ,Only red or yellow discs are inserted that's because of the animation that take 0.5 sec ,So this statement redMove = !redMove; can't be reachable if you clicked the mouse in duration less than 0.5 sec ,This line of code should be executed before the animation line TranslateTransition animation = new TranslateTransition(Duration.seconds(0.5), disc);
when i tried to insert some of discs after each other ,Only red or yellow discs are inserted that's because of the animation that take 0.5 sec ,So this statement
redMove = !redMove;
can't be reachable if you clicked the mouse in duration less than 0.5 sec ,This line of code should be executed before the animation lineTranslateTransition animation = new TranslateTransition(Duration.seconds(0.5), disc);
The text was updated successfully, but these errors were encountered: