I have succesfully set the position of a sprite in DBP before, but I am having difficulties in Dark GDK right now. The sprite does exist and such, I receive no errors for that. Anyway, here is my
main.cpp file:
#include "DarkGDK.h"
void DarkGDK(void) {
dbSyncOn();
dbSyncRate(60);
////////////////////////////////////
dbLoadImage("Media/Images/fret1.png", 1);
///////////////////////////////////
dbSprite(1, 50, 50, 1);
while (LoopGDK()) {
dbSync();
}
return;
}
Any assistance is appreciated. Thanks.
PHP, C++, and DarkBasic Pro addict.