Hi there, I tried to search all over the web, and several forums elsewhere, but haven’t been able to find anything on how to build windows that minimize into a docking station in flash like these
I have a basic understanding of how to move movies, but I don’t know how to make them minimize, move to an empty slot, and return to their origional positions like in the links above.
If anyone knows a place where there’s a tutorial, fla or even a book that I could buy that would be great.
meisje is right, basically i checked the first link and what flash does is minimize a movie (scale it with actionscript) and then set the _x and _y postions. Since it seems the order has no importance the _x postion is incremented each time, and if for example you close one of the windows that’s in the beginning of the bar the _x value is decremented and each movie moves left…
minimizing/maximizing can be handled just by pushing and popping windows on and off an array where you can then position their ‘docked’ icon based on that position in the array.
Hey thanks guys. I will take a look at the links and see what I can do. I’m much better at editing code to do what I need it to than I am at actually building something from scratch.
I’ll take a look around in the forums for info on arrays and the other stuff you mentioned.
Ok it took me about a week but I finally figured out the moving part now I need to figure out how to move them to set positions and then incriment like mlkdesign stated.