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
One of the major issues is not using certain features that are in the code
Eg. checking hits on dots - the code is halfway there (hit area) but not competed. How would you want to complete it? We could
change the color of the number when hit in the correct order
use soundjs to add a sound
use a graphical method to indicate it
We could extend the method to indicate when all the dots are completed.
Would be nice perhaps to add a bit of sound when the dots are hit? Maybe a click sound when the order is correct and a buzz if some sort when out of order.
I added sound effects for hitting dots in correct order and finishing the order (Branch addSoundEffects). But soundjs does not work for locally run files (which I found only after working on it since I tested using bracket's live preview).
I learned a lot about JS and Easel.js since writing this test app. Could use a major overhaul.
The text was updated successfully, but these errors were encountered: