PDA

View Full Version : Game maker is giving me trouble!!


Griega Master
15-07-06, 02:57
Ok game maker is able to do a battle like in EXE I know that. But one thing that is really friying my waffles is that when your on a panel if you use your buster it hits the square on top!
http://i58.photobucket.com/albums/g263/Ricardo_The_Man/wierd.png
See, he shot me in the bottom panel and it still hit me this also happens if he is in the panel above and he shoots you like WTF.

tuckur21
15-07-06, 03:00
i think that this is in the wrong place shouldnt it be in games

Griega Master
15-07-06, 03:05
No I think games for made games this topic is for help on game maker.

Type-BLUES.EXE
15-07-06, 03:49
I believe i know your problem.
You will have to reset your sprites/objects so that your player's "Y" location will be the same as your enemy's "Y" location.
Then put into the step function:
{
If (playerobjectname).y = (enemyobjectname).y{
if (enemyobjectname).sprite_index = (enemy shooting sprite name)
{(playerobjectname).sprite_index = (player's recoil pose sprite name);}
}
}
some notes:
1.) This is the code part of game maker. Note that if you change the name of the sprites related to this coding, you will have to change the names used inside the scripting.
2.) Do not put the actual () brackets into your coding; it will come up with syntax errors if you do.
3.) The names inside the () brackets should be a maroony colour, whereas the words after the dot (.) should be a blue colour, i.e player.sprite_index

Griega Master
15-07-06, 03:56
I have no idea what you just said. Do you put that as a piece code? I'm not I amusing game maker in simple mode not in complicated.

Type-BLUES.EXE
15-07-06, 03:59
you will have to activate advanced mode.
it's under control -> insert code for an object.jut C+P my coding and edit/mod it.

Griega Master
15-07-06, 04:23
Okay I managed to fix it my self. the code did not do anything.

Perks
15-07-06, 13:43
I think this is the most appropriate place to move this...

Griega Master
15-07-06, 21:39
But this topic has nothing to do with games just trouble that a game making rogram is giving me.

OKAY game maker is giving me trouble AGAIN!!! Whenever i put an MP3 from atomic fire and I save it the file becomes curropt BAD thing there!

Griega Master
22-07-06, 03:59
I need to BUMP sorry
Again OKAY game maker is giving me trouble AGAIN!!! Whenever i put an MP3 from atomic fire and I save it the file becomes curropt BAD thing there!