• home
  • forum
  • my
  • kt
  • download
  • Create a Transparent list in Flash AS 2.0

    Author: 2009-01-06 12:56:23 From:

    1. First, drag and drop a list component from the components panel.

    2. Set the background color to Grey or Black.

    3. Then Select the List component and type the following code.

    view plaincopy to clipboardprint?
    1.   
    2. onClipEvent (enterFrame) {   
    3.   
    4. transList (this);   
    5.   
    6. function transList (listRef) {   
    7.   
    8. listRef.depthChild0._alpha = 0;   
    9.   
    10. for (var i in listRef.content_mc)   
    11.   
    12. listRef.content_mc[i].bG_mc._alpha = 0;   
    13.   
    14. }   
    15.   
    16. }  

    Click image to view full size.

    Final Look

    Final - Image

    Finally this is the out put you end up with.

    discuss this topic to forum

    relation tutorial

    No information

    Category

      3D (29)
      Math Physics (17)
      3rd Party (8)
      Navigation (65)
      Actionscripting (181)
      Optimization (17)
      Animation (128)
      Projector (11)
      Audio (52)
      Special Effects (157)
      Backend (26)
      Text Effects (86)
      Drawing (32)
      Tips and Techniques (47)
      Dynamic Content (32)
      Tricks (8)
      Games (101)
      Utilities (23)
      Getting Started (92)
      Video (56)
      Interactivity (44)
      Web Design (29)

    New

    Hot