09-04-2009, 02:53 PM
Hello I did my game interface, and I need help to load images in PicPk and PicClass, in folder GFX : thank you for your help!

Help for my game interface
|
09-04-2009, 02:53 PM
Hello I did my game interface, and I need help to load images in PicPk and PicClass, in folder GFX : thank you for your help!
![]()
09-04-2009, 06:13 PM
So when you load your picture box you need to use this code, or some variation of it. Depending on if you have more than two classes the select case is probably the best bet.
Code: Select Case Player(MyIndex).Class
09-04-2009, 06:54 PM
I would suggest looking into using the drawing functions and blitting these instead of loading them like that.
19-04-2009, 09:53 PM
This code don't load a picture for class2
![]()
20-04-2009, 02:28 AM
Matt Wrote:I would suggest looking into using the drawing functions and blitting these instead of loading them like that.
20-04-2009, 08:51 AM
I don't understand
20-04-2009, 06:49 PM
Pix€l Wrote:I don't understand The way the engine works, is it loads a file and stores it in a surface. Then it reads from that surface and blits the graphics to the picbox and what not. |
« Next Oldest | Next Newest »
|