| ||||||||||
Offer still stands – mail me your code and sounds/images, and I'll make you a movie! Mark Guzdial |
Nope – not even a requirement to use a sound tree (e.g., linked list would be fine). Mark Guzdial |
If the background color is blue, remove. No blending in that code (though you could easily make one that does blend.) Mark Guzdial |
THAT is the hard part of this assignment. Yes, the code should be deeply intertwingled. Mark Guzdial |
Spelling could be wrong, or you've declared something in one place and used it another where it's out-of-scope. Mark Guzdial |
Absolutlely not! ONE setup method that does everything. Mark Guzdial |
SoundNode is a good starting point. Mark Guzdial |
You can use SoundTree, but it's really more complicated than you need. Mark Guzdial |
REMOVEDke Jim said. Mark Guzdial |
SoundNode soundlist = new SoundNode(chirp); soundlist.setNext(new SoundNode(clap)); soundlist.getNext().setNext(soundlist);
soundlist | new SoundNode(clap) |