VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

I have been trying to create a game RPG style like Zelda 3. The following code shows how to move a

Winter Grave  (1 Submission)   Games   VB 6.0   Unknown Difficulty   Tue 19th December 2000   Mon 8th February 2021

I have been trying to create a game RPG style like Zelda 3. The following code shows how to move a character through a map (Not a Tile_Based

API Declarations


Public Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer

Public Const VK_LEFT = &H25
Public Const VK_UP = &H26
Public Const VK_RIGHT = &H27
Public Const VK_DOWN = &H28


Rate I have been trying to create a game RPG style like Zelda 3. The following code shows how to move a (1(1 Vote))
I have been trying to create a game RPG style like Zelda 3. The following code shows how to move a .bas

I have been trying to create a game RPG style like Zelda 3. The following code shows how to move a Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters