Ok let’s try to explain the problem.
I have some gallery MCs on the library exporting to Actionscript.
When I hit a button it will bring me one of those MCs.
The problem is when i already have a gallery on the stage for example.
The animation i made is something like:
The actual gallery goes alpha 0, when it hits alpha 0 it is removed.
The new gallery is added and comes from alpha 0 to 1.
I’m using tweenlite for this and… it’s like “jumping”! It doesn’t really animates! It just jumps for something like 0.5 and then to 1 or 0.
I think this may be happening because the display list inside of each gallery has 40 images but… how can i solve?