The omni draggable window

Now I have used the forums search tool. Yes some explain quite well what to do, others not so much because they were helping more experienced users who didn’t need much explaining. But these threads don’t explain everything, they are little old(for Flash MX), not sure if Flash 8 has easier methods for achieving a draggable window and so forth.

But I notice that right now the more popular and ,may soon be, standard thing showing up are scrollable draggable windows. No animation in them, yet.
An example I found looking at a flash template for refferences of interactivity…

Please read the 2 bubbles of text near the right and bottom
that I added…

[COLOR=black][FONT=Arial]I really don’t know where else to turn. I know it’s a big mouth full of info. How do you make draggable window, how do you make a scrollable draggable window, what methods are best when make multiple buttons that use draggable windows for extra content. [/FONT][/COLOR]

[COLOR=black][FONT=Arial]I think the popularity of the draggable window is growing faster then the communities knowledge of it. it seems so far away from knowing how to just add pages with transitions and other animations. Yet it’s just a little window lol [/FONT][/COLOR]
[COLOR=black][FONT=Arial][/FONT][/COLOR]
[COLOR=black][FONT=Arial]Any help in making this would be very much appreciated (too bad there isn’t a tutorial of this on the site).[/FONT][/COLOR]

var mouseListener:Object = new Object(); mouseListener.onMouseWheel = function(delta:Number) { myTXT.scroll  += delta; };

Put that in Flash, click on onMouseWheel, and click F1 for more info. Do that for scroll too.

You might want to look for a tutorial on scroll bars though, because theres a little more to it.