FXTutorials icon indicating copy to clipboard operation
FXTutorials copied to clipboard

Problem with fast inserting discs

Open MahmoudShaltoot opened this issue 7 years ago • 1 comments

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);

MahmoudShaltoot avatar Apr 13 '18 05:04 MahmoudShaltoot

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);

Please tell the location of file and line no.

p2kr avatar Feb 03 '21 15:02 p2kr