Jump to content


legendaryberserker

Member Since 13 Aug 2011
Offline Last Active Mar 03 2013 07:10 PM

Topics I've Started

Music

05 November 2012 - 11:01 PM

Hey GM Community if your looking for music check out my youtube channel http://www.youtube.c...ct?feature=mhee I have a small music production company that I'm getting off the ground. I'm also in the making of a windows game of my own. Also like the facebook page if you like the music http://www.facebook....393718560707838

3d mode

22 January 2012 - 01:40 AM

Hello gamemakers,

I would like to know how does the d3d_set_projection() function work the manuel does not explain it good enough for me to understand.

hepl with code

12 January 2012 - 03:27 AM

Hello gamemakers,
I'm maker a fighter and i NEED help i'm trying to get the characters to face each other heres the code I'm using
if(p1 = "character")
{
if(p2.x > x )
{
p1direct = 1
}
if(p2.x < x )
{
p1direct = 0
}
}
if(p2 = "character")
{
if(x < p1.x )
{
p2direct = 1
}
if(x > p1.x)
{
p2direct = 0
}
}
the compiler says that p1.x is unknown. p1 is a global var i made and it is going to equal a object. Also where it says "character" that is also a object.
can anyone help me THANKS IN ADVANCE!!

Will take on ideas and request

14 December 2011 - 05:33 AM

If you have an idea for a game i'll help you only if you have a website you can post it on.

Megaman Power Warz

13 December 2011 - 05:21 AM

Hello game makers. I'm making a megaman fighter I have a brief demonstration on my youtube page http://www.youtube.c...od?feature=mhee
I need help making this game though if your interested in helping let me know.
there are 15 characters and four stages I have an idea for the story already I just need so programmers to help with the characters.
check this for gameplay http://www.youtube.c...mp?feature=mhee