-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clean up easel.js code #4
Comments
One of the major issues is not using certain features that are in the code
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: