The option when creating a window, to choose the shape of the window and make it into the shape you want it to be.
Like for example, if I want to make a scouter window for my game, I could shape it into the scouters they have in the Dragonball Z Anime. I click something that would change resize to reshape and I would be able to change it into the shape I want.
Just a thought though....
ID:106720
![]() Jan 8 2011, 12:07 am
|
|||||||
Not Feasible
| |||||||
![]() Jan 8 2011, 7:07 am
|
|
Pretty sure that can't happen. What you could have done is actually learn to use the interface. Then you would have noticed that nifty little trick where you can add an image to the center of the window, then change the transparency color to a color that wasn't on your image then enabled color transparency and voila.
|
I was just going to request this. I was thinking maybe we would be allowed to completley eliminate specified pixels on the map, to be transparent? I was thinking it'd be challenging yet cool to have some sort of lense/magnifying glass program.
|
Unfortunately - this isn't possible.
The window shape and whatnot is completely based on your Operating System and cannot be changed. As amazing as it would be, it cannot be. Besides, it's not hard to do what ExPixel said. |
I wouldn't say this is impossible but it could be tricky to implement. If a window is not resizable however (I say that because otherwise you have to worry about antialiasing), you do have the option of giving it a background with a specific color and then making that color transparent for the whole window. This isn't ideal but it's one workaround currently available.
I believe it is possible to shape a window with regions, but we'd have to have some sort of plan for allowing that and make it stretchable, which isn't simple. |