Go Back   kirupaForum > Flash > ActionScript 1.0/2.0

Reply
 
Thread Tools Display Modes
Old 11-19-2009, 06:53 AM   #1
cantaloupe
Registered User
Random images in an array

Hi, I've been using the following script to randomly display options for a quiz similar to who wants to be a millionaire:

Code:
var answersArray:Array = new Array("Geography", "Maths", "English", "French");
var correctAnswer:String = answersArray[0];
answersArray.sort(function () {
    return Math.round(Math.random());
});
for (var i = 0; i < answersArray.length; i++) {
    this["answer" + i].text = answersArray[i];
}
I can identify the correct answer by listing it as the first item in the array. This works great for displaying text based answers, but how easy would it be to do exactly the same thing with images.

For example, instead of the answer options being 'Geography', 'Maths' etc etc - could they be 4 different images loaded from the library?

Was thinking I could probably do it with empty container MCs instead of the existing dynamic text boxes and load them in with attachmovie?? Sound feasible? Sorry if this is a silly question - still quite new to this!
cantaloupe is offline   Reply With Quote

Sponsored Links (Guests Only) - Register | Need Help?
 

Old 11-19-2009, 12:13 PM   #2
FizixMan
Registered User
 
FizixMan's Avatar
Yes, you could have the correct answers as strings that match the identifier of the image in your library then use attachMovie() to stick them in.
FizixMan is offline   Reply With Quote
Old 11-22-2009, 06:46 AM   #3
cantaloupe
Registered User
Cool. I will have a play around with this, though not too sure on the syntax side of things.

Thanks.
cantaloupe is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:52 PM.

SUPPORTERS:

kirupa.com's fast and reliable hosting provided by Media Temple. flash components
Creative web apps. Make your own free flash banners and photo slideshows.
Check out the great, high-quality flash extensions. Buy or sell stock flash, video, audio and fonts for as little as 50 cents at FlashDen.

Flash Transition Effects

Flash Effect Tutorials

Digicrafts Components
Flash effects. Art without coding. Upload, publish, deliver. Secure hosting for your professional or academic video, presentations & more. Screencast.com
Streamsolutions Content Delivery Networks Flipping Book - page flip flash component.
Flash-Gallery.com - Get your flash photo gallery (flash component or swf gallery Learn how to advertise on kirupa.com
 

cdn
content delivery network (cdn)

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd. Copyright 2010 - kirupa.com Copyright 2010 - kirupa.com