I am developing a simple browser based application to learn the notes on an istrument as related to a music stave. by loading up a variety associated images that retlate to each other.
How do I get the web browser to randomly select a sequence of images within a group and load them individualy into the browser frames at adjustable time intervals.
For Example I have 6 banks of images A, B, C, D, E, F. in a menu on a web page
Upon the users selection of group B for instance I want the browser to select randomly from a set of images B01. . . . .B24
Each of these has a sequence of 3 images it loads.
lets say it randomly selects B05 and loads this image into one of 3 frames on the page.
It should then proceed to call up B05-B, and B05-C and load them into the other 2 browser frames
The time interval between loading the images B05-B and B05-C should be adjustable in milliseconds
upon completing this operation it should then proceed to randomly select another from within the range B01-A. . . .B24-A and so on. I am told I can use the Random Math variable but haven't got a clue how to set this up
How do I get the web browser to randomly select a sequence of images within a group and load them individualy into the browser frames at adjustable time intervals.
For Example I have 6 banks of images A, B, C, D, E, F. in a menu on a web page
Upon the users selection of group B for instance I want the browser to select randomly from a set of images B01. . . . .B24
Each of these has a sequence of 3 images it loads.
lets say it randomly selects B05 and loads this image into one of 3 frames on the page.
It should then proceed to call up B05-B, and B05-C and load them into the other 2 browser frames
The time interval between loading the images B05-B and B05-C should be adjustable in milliseconds
upon completing this operation it should then proceed to randomly select another from within the range B01-A. . . .B24-A and so on. I am told I can use the Random Math variable but haven't got a clue how to set this up