🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

question on nehe lesson 32

Started by
0 comments, last by Kambiz 15 years, 9 months ago
HI,I have an another problem: i'm trying to modify the cursor in nehe tutorial 32,but i encounter a proble: If I modify the existing image,it will show up only the middle point and the circle from the original cursor.If i create a new one in photoshop with black background,it will show also the background.How can create a good cursor then?
mov eax,ebx
Advertisement
The amount of transparency is defined by an "alpha channel". The image has 4 channels Reg, Green, Blue and Alpha. So, you need to edit also the alpha channel.
Create a Transparent Image with Alpha Channel - Tutorial

This topic is closed to new replies.

Advertisement