Games Programming with Visual Basic lesson 1 - Character Control

preview_player
Показать описание
In this lesson you learn how to program your arrow keys to move a character up, down, left, right on the screen without pause. You will use if statements, boolean variables, event handlers, and the timer object to achieve this. If any of these concepts are new to you, you will have to watch the Visual Basic programming videos before moving onto games programming.

Sprites downloaded from:

Completed game can be downloaded here:
Рекомендации по теме
Комментарии
Автор

As simple as this is, its really awesome, im going through the rest of ur videos. many thanx !

FarisGuitar
Автор

instead of boy.left = boy.left + 5, you could just simple do boy.left += 5. Similarly you can write -= 5 etc. Just is more efficient and easier in my opinion :)

mash
Автор

Hello sir! This series of tutorials of yours help me a lot in my project. I would like to express my gratitude to you, so thank you sir! Anyway, what sort of algorithm did you use to create this game?

sarragarobert
Автор

i want to restrict that object movement within a panel boundary.How can we do that.?

jaypandya
Автор

Sir, I want to make a picture box jump and then come down.
What should I do.

paavangupta
Автор

hello sir.. im amazed with that game but when I code your codes, , the gem didnt come out when i ate the 1st gem.. and the bug didnt come out when i run the program .. can you help me sir? thank you

randellsethreyes
Автор

This movement isn't practical for a game. Is there some way to create a custom speed? Something like in the original Zelda or Pokemon games?

reedrichards
Автор

this game can create by visual studio 2008?

weeihengchew