2ms
02-18-2008, 12:16 PM
I'm working on a site that supposed to be entertaining to kids. It is requested of me to make an animation involving sound and "layers" to appear on the page after it has been loaded for a little while.
Specifically, I need to make a set of footprints run across the screen with a sound effect coinciding with the appearance of each footprint.
Is this going to be hard? I'm guessing I'm going to need to have an overlaying layer with the footprint graphics on it and the graphic visibilities initially turned off, and then, one by one, I make each footprint visible (w Javascript) while simultaneously triggering sound effect?
Any advice/suggestions would be appreciated. It's been about six years since I've done any kind of "dynamic html" stuff.
Specifically, I need to make a set of footprints run across the screen with a sound effect coinciding with the appearance of each footprint.
Is this going to be hard? I'm guessing I'm going to need to have an overlaying layer with the footprint graphics on it and the graphic visibilities initially turned off, and then, one by one, I make each footprint visible (w Javascript) while simultaneously triggering sound effect?
Any advice/suggestions would be appreciated. It's been about six years since I've done any kind of "dynamic html" stuff.