Blitz (30/64)

From:Mac MacMende
Date:18 Apr 2001 at 03:42:48
Subject:Corrupt Display...

Hello!

Yes, me again...I don't know, what I'd do without you ;)

I've got a little problem, I just want to Blit a shape to Bitmap, based on
the DisplayLib. So this is my Source:

WBStartup
InitPalette 0,32
InitCopList 0, 44, 256, $10005, 8, 32, 0
BLITZ
QAMIGA
LoadPalette 0,"mc.col"
LoadShape 0,"mc1c.bsh"
BLITZ
BitMap 0,320,256,6
CreateDisplay 0
DisplayPalette 0,0
Queue 0,1
QBlitMode CookieMode
DisplayBitMap 0,0

For a=1 To 50
UnQueue 0
QBlit 0,0,0,50
VWait
Next a

When I start the Programm, the Shape flickers, it disappears every second
frame, I think. I tried the same with a Buffer, but it also flickers. Just
using the Blit Command works, but I want the Shape to be moved.

Can anyone help me?

Bye,

Mac

---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list/-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list/-help@netsoc.ucd.ie