Q: How can I can make a certain number of images display randomly?
A: In Flash (as well as in JavaScript) you can use the Math.random() function which generates pseudo-random numbers. This function can help you in making a slideshow …
The post How to make images display randomly appeared first on Template Monster Help.