| Mirage Source http://web.miragesource.net/forums/ |
|
| Sprite Displayed on Char creation http://web.miragesource.net/forums/viewtopic.php?f=201&t=4361 |
Page 1 of 1 |
| Author: | skillzalot [ Fri Sep 19, 2008 10:03 am ] |
| Post subject: | Sprite Displayed on Char creation |
I followed the tutorial posted the server when find but when I got to client I had this error Compile Error Variable not define and it highlighted picsprites.hdc Private Sub Timer_Timer() On Error Resume Next If optMale.Value = True Then Call BitBlt(picPic.hdc, 0, 0, PIC_X, PIC_Y, picSprites.hdc, 0, Int(Class(cmbClass.ListIndex).Sprite) * PIC_Y, SRCCOPY) Else Call BitBlt(picPic.hdc, 0, 0, PIC_X, PIC_Y, picSprites.hdc, 0, Int(Class(cmbClass.ListIndex).Sprite) * PIC_Y, SRCCOPY) End If End Sub |
|
| Author: | William [ Fri Sep 19, 2008 10:52 am ] |
| Post subject: | Re: Sprite Displayed on Char creation |
If picSprites isn't a picture box on your frmChars, then you need to state which form it is. ex: frmNPCeditor.picSprites.hdc |
|
| Author: | skillzalot [ Fri Sep 19, 2008 10:55 am ] |
| Post subject: | Re: Sprite Displayed on Char creation |
It was tho. So I need to just add where the pic box is ok. Do i need to do that for both |
|
| Author: | William [ Fri Sep 19, 2008 10:57 am ] |
| Post subject: | Re: Sprite Displayed on Char creation |
Yes, but that doesn't mean it will work. But you could try. |
|
| Author: | skillzalot [ Fri Sep 19, 2008 7:39 pm ] |
| Post subject: | Re: Sprite Displayed on Char creation |
now it highlight .picsprites and says compile error method or data member not found |
|
| Author: | DarkX [ Sat Sep 20, 2008 2:13 am ] |
| Post subject: | Re: Sprite Displayed on Char creation |
Did you actually make the picSprites, picturebox? or did you by chance miss some letters when naming it? double check. |
|
| Author: | skillzalot [ Sat Sep 20, 2008 2:39 am ] |
| Post subject: | Re: Sprite Displayed on Char creation |
I fixed it so dont worry |
|
| Page 1 of 1 | All times are UTC |
| Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |
|