29-10-2008, 12:08 AM
Have a slight problem
When I login and it goes onto the game screen
its error and says
Compile Error:
Method or data member not found
at this bit
When I login and it goes onto the game screen
its error and says
Compile Error:
Method or data member not found
at this bit
Code:
If .Mask2 > 0 Then
If TempTile(X, Y).DoorOpen = NO Then
rec.Top = (.Mask2 \ TILESHEET_WIDTH) * PIC_Y
rec.Bottom = rec.Top + PIC_Y
rec.Left = Int(.Mask2 Mod TILESHEET_WIDTH) * PIC_X
rec.Right = rec.Left + PIC_X
Call DD_LowerBuffer.BltFast(X * PIC_X, Y * PIC_Y, DD_TileSurf, rec, DDBLTFAST_WAIT Or DDBLTFAST_SRCCOLORKEY)
End If
End If