Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
VB.NET
VB.NET General Discussion
RPG Game
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="juggernot, post: 52606, member: 9769"] An rpg game in vb.net would require a lot of code, though it would not be very difficult for a simple rpg. Expecting anyone to create a sample game to help you is a little much. However, a place to start would be learning about the keypress event, including keycodes or keychars. Then create an if statement that does what you want it to. For example, if user presses left arrow move character left, if user presses enter open menu, etc. As far as interaction between the character and NPC's, make the NPC's a picturebox and create an if statement on keypress. For example, if user presses z and character is beside NPC, then display text. I haven't given you any actual code because, well, I'm lazy, and It's always better to figure things out on your own. Good luck. [/QUOTE]
Insert quotes…
Verification
Post reply
VB.NET
VB.NET General Discussion
RPG Game
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom