Last click does not fire | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Last click does not fire

https://code.sololearn.com/WkYqyMjs69zm/#js can be started by clicking OMA. Normally if player clicks an amimation will be started. But this is not true for last click in a sequence. Whats wrong?

19th Jun 2019, 1:47 PM
Oma Falk
Oma Falk - avatar
4 Answers
+ 4
It appears that fade-in and flash(last) animations are starting at the same time. Delay invoking addCount may help. https://code.sololearn.com/Wb06PLm34647/#js
20th Jun 2019, 1:30 AM
ODLNT
ODLNT - avatar
+ 4
I didn't understand what are you asking
19th Jun 2019, 3:20 PM
Anshu Kumari
Anshu Kumari - avatar
+ 3
if a button is activated, there happens an animation. But not at last click of player
19th Jun 2019, 3:47 PM
Oma Falk
Oma Falk - avatar
+ 3
ODLNT exciting... Evwrytime I have an idea for a new code, it leads me to a new topic. This time it is Timer...
20th Jun 2019, 7:15 AM
Oma Falk
Oma Falk - avatar