Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Feature] Adding New Layers
#5
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
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
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)