Flash Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignFlash Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old February 11th, 2004, 10:45 PM
kb_jane kb_jane is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Location: toronto
Posts: 1 kb_jane User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question combobox components

i'm new to flash...so bear with me if this seems like an elementary question...


i've been finding tutorials on how comboboxes can be used in forms, but in my case i want the items in my list to load text and pictures...similar to how a button can go to a different scene or frame.

any scripts i can try out?

thanks!

kb_jane

Reply With Quote
  #2  
Old February 12th, 2004, 10:43 AM
binkyboo binkyboo is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 114 binkyboo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Here's a very generic example. Create two images called 'image1' and 'image2'.

Add a combo box. Your labels can be called anything. For this example I'll call them 'image1' and 'image2'. The data should be 1 and 2 and the changeHandler should be 'loadImage'.

So your combobox parameters should look like this:

Editable = false
Labels = [image1,image2]
Data = [1,2]
Change Handler = loadImage

On the main timeline at this code to the first frame.

Code:
function loadImage() {
    for (i=1; i<=2; i++) {
        if (myComboBox.getValue() == i) {
            loadMovieNum("image"+i+".jpg", 1);
        }
    }
}


Test your movie!

Be sure your images are located in the same directory as your Flash file for this example.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignFlash Help > combobox components


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT