error C2065: '“animatedsprite' : undeclared identifier
error C2228: left of '.png”' must have class/struct/union
type is ''unknown-type''
#include "DarkGDK.h"
void DarkGDK ( void )
{
dbSyncOn ( );
dbSyncRate ( 60 );
dbCreateAnimatedSprite ( 1, “animatedsprite.png”, 4, 4, 1 );
dbSprite ( 1, 0, 0, 1 );
while ( LoopGDK ( ) )
{
dbPlaySprite ( 1, 1, 16, 200 );
dbSync ( );
}
return;
}

New Topic/Question
Reply




MultiQuote



|