Open Round Window and your Director movie in ResEdit
Select the WDEF (Window Definition) resource in Round Window, and copy and paste it into your movie. This creates a WDEF resource with an ID of 32 in your movie with the 5 variations of window styles you can see if you run Round Window.
3. In your Director movie you now have access to these new window types. Colin Holgate posted to Direct-L awhile back the formula for deriving the window type from the resource ID. It is:
Resource ID * 16 + variation
Variations start at 0 so to get at the first variation you'd set the window type of the MIAW to 512 (32 * 16 + 0).
Where can I get one?
Here!
As time goes on, I hope to expand this library to include most public domain WDEFs
This RB plugin lets you define custom window types from within RB.
While this plugin is flexible, and one of the easiest to use, I don't understand why they don't let you SEE the code that makes the demo work. Plus, it is not free.