A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Can someone help me with smart clips

Hybrid View

  1. #1
    Junior Member
    Join Date
    Aug 2000
    Posts
    25

    Smile

    Hi i am using the list smart clip in flash 5 can any1 help me i need to know how to add actions to the clips as i want to get it so that when the user changes what is in the list box ie click the dowm arrow and picks an item from list i need it to set a variable any ideas thank you

  2. #2
    I think you are talking abou the "Menu" Smart Clip. The one that looks like a dropdown menu.

    All you have to do is add the Clip event to the menu:
    Code:
    onClipEvent (mouseUp) {
            //currentValue is the selected item.
    	MyVar = currentValue;
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center