Search found 7 matches

by unreal3149
Mon Mar 10, 2008 2:03 am
Forum: Beginners Help
Topic: change checkbox check icon
Replies: 1
Views: 121

change checkbox check icon

is there a way to change the little arrow in a checkbox to another image?
by unreal3149
Sat Mar 08, 2008 7:42 pm
Forum: Beginners Help
Topic: resize font
Replies: 1
Views: 236

resize font

is there a function to resize the font? or do i just have to create a new font bitmap texture with a larger font size?
by unreal3149
Wed Mar 05, 2008 3:02 am
Forum: Beginners Help
Topic: jaggy 2d textures
Replies: 3
Views: 222

yeah, my car is broken, it doesn't move anymore, how do I fix this ??? :roll: with no information about the graphic itself or the code you used nobody will be able to help you !!! well, I'll try a wild guess: only use textures with dimensions in power of 2 (2^n) !!! :lol: well sorry about your car,...
by unreal3149
Wed Mar 05, 2008 1:55 am
Forum: Beginners Help
Topic: jaggy 2d textures
Replies: 3
Views: 222

jaggy 2d textures

i have a smooth texture but when i render it in irrlicht it looks all jaggy and not smooth any more. How do I fix this?
by unreal3149
Mon Mar 03, 2008 2:50 am
Forum: Beginners Help
Topic: clicking a 2d image... how to?
Replies: 7
Views: 308

Check and see if the mouse is inside the rectangle. To do this you'll need : The mouse position, the rectangle to be clicked, an event receiver I'm trying to help without giving away the code :P I can do an event receiver but what would the 'get mouse position' and see if 'mouse is in rectangle' co...
by unreal3149
Mon Mar 03, 2008 2:30 am
Forum: Beginners Help
Topic: clicking a 2d image... how to?
Replies: 7
Views: 308

How would you go about giving a button a texture? Code is appreciated.
by unreal3149
Sun Mar 02, 2008 11:27 pm
Forum: Beginners Help
Topic: clicking a 2d image... how to?
Replies: 7
Views: 308

clicking a 2d image... how to?

Hi. I would just like to know how to be able to click a rendered 2D image to get the window to close (for example). I'm guessing I need to create some sort of box around my texture and when the mouse clicks it something executes (like the window closing, for example). I'm new and would just like som...