It's been my experience that the sound distortion in Alice is caused by the program having to access the harddisk constantly to read the sound file and quiet possibly the memory buffer is somehow being set to only read in small segments at a time - I could be
TOTALLY offbase here!!
I'm glad you were successful in running the program. Before a student begins programming a major assignment they are required to submit a detailed specification basically outlining the algorithms to be used in the program, i.e., don't just start 'banging on the keyboard'! - give your program some thought. Then after discussion/refinement the student is given the go-ahead to develop their animation. You would be surprised how many programs I receive that suffer from 'code-bloat' - unused code remains in the program which consumes memory upon loading and thereby slowing the program down. I need to constantly remind them to remove 'unused code'.
Anyway, I'm glad you were able to run
AJAX - get ready for more Projects in the next few weeks, although I can not guarantee they will all run smoothly. After all, we are dealing with 'the next generation of Computer Scientists'.
(At the 9th Grade level)
But at least we have attracted their attention!