04-01-2007, 01:36 AM
Ok my problem is just with this.
Dont I want to use Top and Left here? That gets where the start of the menu is so it can get that part of the picScreen right? Well its all off. When I move the menu up it moves over and vice versa. I figured ok then I got Top and Left mixed up. Well when I change them it doesnt alpha blend at all.
Is there something I should use instead of Top and Left? Also When the menu is near the character it does something weird. It shows the menu inside it not blended and that menu is where it should be by the character.. how the other should be. If you want a picture that explains it better.
Anyways I have it working if I can just get the positioning right.
Code:
AlphaBlend frmMirage.picMainMenu.hdc, 0, 0, frmMirage.picMainMenu.ScaleWidth, frmMirage.picMainMenu.ScaleHeight, frmMirage.picScreen.hdc, frmMirage.picMainMenu.top, frmMirage.picMainMenu.Left, frmMirage.picMainMenu.ScaleWidth, frmMirage.picMainMenu.ScaleHeight, lBF
Dont I want to use Top and Left here? That gets where the start of the menu is so it can get that part of the picScreen right? Well its all off. When I move the menu up it moves over and vice versa. I figured ok then I got Top and Left mixed up. Well when I change them it doesnt alpha blend at all.
Is there something I should use instead of Top and Left? Also When the menu is near the character it does something weird. It shows the menu inside it not blended and that menu is where it should be by the character.. how the other should be. If you want a picture that explains it better.
Anyways I have it working if I can just get the positioning right.