Author Topic: Game maker and Adude  (Read 1250 times)

Game maker pro 7 is good but i make the characters
i make the backgrounds,tiles
i make the sounds
i make the objects
i make the rooms
Then i give up?
i have 100's of Idea's
and 100's of left over resources .
So i just thought that perhaps if i could get 1 or 2
people whom are good with game maker to help
me finish my games!
i can script before you ask and yes i am good with
the program but still i cant loving finish a game?

any tips hints would be greatly used


What do you really need help with?

any tips hints would be greatly used
Can it involve the Blockland forum?  Because I've got one tip for you to "greatly use."

But seriously, you're not even asking a question.  You're saying that you just won't finish any of the games you start.  What do you expect us to tell you?

What do you expect us to tell you?
He expects us to tell him to get off his lazy ass and actually finish one.

If you can script GML tell me a basic thing, Like how to flip a sprite.

ps: don't google it.
« Last Edit: February 18, 2009, 12:44:12 PM by tails »

What do you really need help with?
i dont need help i just wanted people to work together on a game
He expects us to tell him to get off his lazy ass and actually finish one.
nope
If you can script GML tell me a basic thing, Like how to flip a sprite.

ps: don't google it.
i would just use a sprite that flips in an animation but
here is a useful script for 8 directional movement..for RPGs
Code: [Select]

    if keyboard_check(vk_up)
    sprite_index = spr_running5

    if keyboard_check(vk_down)
    sprite_index = spr_running1

    if keyboard_check(vk_left)
    sprite_index = spr_running3
   
    if keyboard_check(vk_right)
    sprite_index = spr_running7

    if keyboard_check(vk_up)

    if keyboard_check(vk_left)
    sprite_index = spr_running4

    if keyboard_check(vk_up)
    if keyboard_check(vk_right)
    sprite_index = spr_running6

    if keyboard_check(vk_down)
    if keyboard_check(vk_left)
    sprite_index = spr_running2

    if keyboard_check(vk_down)
    if keyboard_check(vk_right)
    sprite_index = spr_running8

Feel free to use


Erg, Yeah i would use that if i wanted to use millions of sprites.

Obviously you can't even figure out how to flip sprites, So that's probably why you fail so much.

A racing game based on Blockland and the Blockstang? BTW, how much does Game Maker cost?