I hate this, all the videos I see does not supports the new Allegro language syntax, you initialize using, allegro_init(); I initialize using al_init(); OMG! you use allegro_keyboard(); I use, al_install_keyboard(); IS SO Different? do you have any possible fix for this? it seems that the version you're using is better no?
When i clear the screen color to black and then i try to move the character, it makes some kind of color trail... I did something wrong? (Sorry about the english)
I have a question. How do you make it so that the sprite can't pass the edges on the window? Example if you hold the left key it will keep going left even when it goes off the screen.
@matt55102 Let's suppose that your screen resolution in the game is set to 800x600. You would set up an if statement such that if the x position of your sprite is less than or equal to the max screen width (800) then increment the x position coordinate. This way, so long as your character's x position coordinate is less than or equal to 800, its position in the x direction will be incremented.
Thanks for making this tutorial. I'm a inspired game designer and programmer. I have been studying c++ for a year almost and I also took ton's of them in College. Studying the basics of c++ first is best because it makes learning allegro a lot easier. If you can, can you make some tutorials or show some of your video games. thanks.
This has been flagged as spam show
@sciofantasia bro can u teach me me total game programming with allegro
gamertrends 1 month ago
@sciofantasia bro can u teach me me total game programming with allegro
gamertrends 1 month ago
I hate this, all the videos I see does not supports the new Allegro language syntax, you initialize using, allegro_init(); I initialize using al_init(); OMG! you use allegro_keyboard(); I use, al_install_keyboard(); IS SO Different? do you have any possible fix for this? it seems that the version you're using is better no?
TheMasamura112 3 months ago
@TheMasamura112 I am using A4, the version you are using is A5.
ScioFantasia 3 months ago
@TheMasamura112 download allegro 4.4.2
politicaltruth42 2 months ago
NEXT VIDEO ;0 !
pecololek 7 months ago
When i clear the screen color to black and then i try to move the character, it makes some kind of color trail... I did something wrong? (Sorry about the english)
rafaelzanatabueno 9 months ago
@rafaelzanatabueno PM your code to me.
ScioFantasia 9 months ago
Hey man, I just watched all of your tutorials, and it helped me alot for a proyect i have to do, Thank You
omanrivas 1 year ago
@omanrivas No problem, man.
ScioFantasia 1 year ago
Thanks for the tutorials, they were a great introduction. Wish there were more :(
gamerkruger 1 year ago
I have a question. How do you make it so that the sprite can't pass the edges on the window? Example if you hold the left key it will keep going left even when it goes off the screen.
matt55102 1 year ago
@matt55102 Let's suppose that your screen resolution in the game is set to 800x600. You would set up an if statement such that if the x position of your sprite is less than or equal to the max screen width (800) then increment the x position coordinate. This way, so long as your character's x position coordinate is less than or equal to 800, its position in the x direction will be incremented.
ScioFantasia 1 year ago
Thanks for making this tutorial. I'm a inspired game designer and programmer. I have been studying c++ for a year almost and I also took ton's of them in College. Studying the basics of c++ first is best because it makes learning allegro a lot easier. If you can, can you make some tutorials or show some of your video games. thanks.
davidoats3 1 year ago
hey my computer crashed when i did this, it said you can close out or debug it or something, help please
nicklopacki14 1 year ago
@nicklopacki14 Which compiler and/or IDE are you using? Did you install Allegro and link it with the project?
ScioFantasia 1 year ago
like the series man, gonna be doing more?
Gamerdad81 1 year ago