Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Pages: [1]   Go Down

Author Topic: GM Noob help...  (Read 953 times)

0 Members and 1 Guest are viewing this topic.

Pedlya

Pederp
GM Noob help...
« on: December 10, 2007, 05:19:17 pm »
  • Vote for Harvey!~
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 2408
OK, I'm trying to fully learn gm from the basics, and I never learned how to do 8 direction movement with sprites...OK so far I have;

Code: [Select]
if(keyboard_check(vk_up))
{
    y -= 1;
}
if(keyboard_check(vk_down))
{
    y += 1;
}
if(keyboard_check(vk_right))
{
    x += 1;
}
if(keyboard_check(vk_left))
{
    x -= 1;
}

That gives my Character the basic movements, but then how would I implement the sprites needed to do all 8 directions? And then again; how would I make the Charactor 'shoot' their bullets in all 8 directions...please help.


Solved Thanks to jdbye on msn <3
« Last Edit: December 10, 2007, 08:46:16 pm by Pedlya »
Logged
So what! I wanna get out! 'Cos there's so much out there! So many different people, living different lives! Incredibly good guys, bad guys... Folks completely different from us! It's one huge melting pot! See, it's not about success, dying in the streets, who's better, who's not! I just want to be a part of it! I realized that even if I've no connections, no talent, even if I'm one big loser, I want to use my hands and feet to think and move, to shape my own life! We can just die here or we can try, see what we've got!
Re: GM Noob help...
« Reply #1 on: December 10, 2007, 10:16:41 pm »
  • 笑い男
  • *
  • Reputation: +9/-0
  • Offline Offline
  • Gender: Male
  • Posts: 2124
just want to say that you could probably come across MANY examples of how to do such things by searching the tutorial or whatever forum on the gmc
so if you're ever stuck, you can always check out places like that to find something that's already done it and see exactly how its been done
or whatever :P
Logged

この世に悪があるとすれば、それは人の心だ
  • .hack//The World
Pages: [1]   Go Up

 


Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.036 seconds with 38 queries.

anything