How to load data dynamically in as3 ?
Hi,
I'm working on a project. I want to add some interactivity after the completion of each chapter in it. The scenario is this.
1. One out of 10 questions should be asked randomly.
2. 4 out of 10 pictures should be displayed randomly and one is the correct one.
3. If User clicks on correct image, it should display some message as correct answer or some sound can be added.
4. If user clicks on other 3 images, It should display some message as incorrect answer or some audio has to come.
Need some suggestions.
Thanks in advance.