Flash Nav Question

Out of context: Reply #3

  • Started
  • Last post
  • 9 Responses
  • Fariska0

    even simpler:
    1. Make the nav
    2. Duplicate it and scale it down (and tint and put behind the main one
    3. Adjust the x landing coordinates for each of the layer you have:
    like for section. let's say 3, layer 1 will have _x = 150, layer 2 _x = 125, layer 3 _x= 150 etc etc.
    Probably there is a Math relation between the layers and their scaling factor. This mean that the coordinates are binded by a multiplier: layer2._x = layer1._x*factor; layer3._x = layer1._x*factor*2 and so on

    Hope it helps

View thread