Hi I am brand new to this software and I need some help starting. The tutorials for the Dark GDK didn't really help me with my goals so here is my script so far.
# include "DarkGDK.h"
{
dbSync ();
dbSyncRate (60);
// Here is where I want my charector code to go but I don't know // how.
// I would like to know everything I need to get the charector // ready
// for moving, shooting, etc...
while DarkGDK
{
if dbKeyState (17))
dbMoveObject (1,1.0f); // The charector stated up there /^
if dbKeyState (31))
dbMoveObject (1,-0.5f);
if dbKeyState (30))
dbMoveObjectLeft (1,2.0f);
if dbKeyState (32,0.5f)
dbMoveObjectRight (1,2.0f);
// Here is where I want to animate my charector walking but I don't
// know how.
dbSync ();
}[
"A job well done is a well done job."