Im working on a game in a sense, More or less just a project to kill time! I have the character walking around the screen ( Collision detection isn't working need help there to Link ) But this is more of a general question thats why it is here not in the game section. My current code is this so you can get an idea:
VB Code:
With Form1 .AutoRedraw = True .KeyPreview = True .PaintPicture Char.Picture, iX, iY End With 'Paints the Character Form1.PaintPicture Char.Picture, iX, iY Form1.PaintPicture book.Picture, iXbook, iYbook
I have a problem with my .gif file not being transparent. What can I do without getting very complicated?
*Thanks for the help! Solid advice![]()


Reply With Quote
