if you say so I tried the last code you gave me, but it still doesnt’ seem to attach to the correct spot? It always ends up starting at the bottom of the screen :-\
And i was also wondering why need a startx and starty if the movieclip you attach it to will be the starting point?? thanks!
This creates a grid of smooth infading boxes. The box is in the library, and is exported in first frame with the linkageID “box”. It’s width is 27.8(to guarantee a nice positioning). If you want the boxes to appear one by one instead of a trail, change smoothness to 0 =)
thanks voets…i was just lookin at the code now but i can’t seem to find the code which makes it change to the next column??! i think i am missing something :-\
And it starts fading out at box 0 and continues until the maximum, so since the following of the ones at the bottom are the ones at the top of the next column, it will change column.
Err … I just told ya I don’t know if I can explain differently, but I’ll try. So the boxes have the instance names box1,box2, and so on right ? The boxes are placed in columns and rows by the grid, and they are set up the way I told you above. The code fades them out one by one, like box0, box1, box2 … It just follows the order, and since the grid set them up the way it did, it changes column. Well it doesn’t change column actually, it just continues with the next box, which is the beginning of the following column.