Game Maker Questions Topic!!!

Need programming help? Want to post programming tips? Are you programming a game and want to show it off? That and more here.

Re: Game Maker Questions Topic!!!

Postby Bogdan » August 11th, 2011, 10:11 am

ok i want my character to jump not to got simply up, how i do this? :|
Image
User avatar
Bogdan
The Legacy

Error contacting Twitter
 
Posts: 770
Joined: February 22nd, 2011, 1:06 am
Location: Stanistan

Runouwian Fighter

Thumbs Up given: 39 times
Thumbs Up received: 98 times

Re: Game Maker Questions Topic!!!

Postby Blablob » August 11th, 2011, 10:28 am

Just add gravity when the player jumps. (turn it off when the player makes contact with the ground.)
User avatar
Blablob
Content for Contempt

 
Posts: 3108
Joined: September 6th, 2009, 3:38 pm
Location: That way

Credit To Team

Thumbs Up given: 67 times
Thumbs Up received: 229 times

Re: Game Maker Questions Topic!!!

Postby Jellonator » August 11th, 2011, 4:52 pm

WOO SOMEBODY FINALLY REVIVED THIS TOPIC \o/

anyways....
i agree with blab.
gravity is ftw
put this in step
Code: Select all
if place_free(x,y+1){gravity = 0.5}else{gravity = 0}
if vspeed > 12{vspeed = 12}

and for the key up
Code: Select all
if !place_free(x,y+1){vspeed = -12}

finally the collision with a wall
Code: Select all
vspeed = 0
move_contact_solid(270,12

if you need anymore help post again in this topic. do not want this topic to die. ever.
bepis lmao
User avatar
Jellonator
Code: Awesome

Error contacting Twitter
 
Posts: 342
Joined: August 28th, 2010, 6:25 am
Location: With Waldo.

Thumbs Up given: 18 times
Thumbs Up received: 42 times

Re: Game Maker Questions Topic!!!

Postby Koopa Yoshi » August 12th, 2011, 1:27 am

General Bogdan wrote:ok i want my character to jump not to got simply up, how i do this? :|


You would have just learned it on Yoyogames' Platform Tutorial, or would have figured out right? Newbie is newbie :awe:

Here's the easier way if you hate coding

Oh wait, nevermind, just download the tutorial on Yoyogames. No need to help you

My predictions:
This post gets deleted
I get warning


about dvc: show
Mario was trapped in the ancient castle of histories and memories, the past were recorded in the secret chamber of the castle, by entering it will loose the memory cells and release the memories inside, which will bring whoever in the room to past and present, or possibly the future. mario was accidently taken to the past, and will have to find the secret chamber in the castle to return to the present, however, he have three puzzles to solve. that is DOUBLE VISION CHAMBERS

Image
User avatar
Koopa Yoshi
As Ninja As Myst

 
Posts: 171
Joined: January 2nd, 2011, 2:00 pm
Location: The Black Hole so no one can come

Thumbs Up given: 5 times
Thumbs Up received: 5 times

Re: Game Maker Questions Topic!!!

Postby Bogdan » August 12th, 2011, 1:44 am

Koopa Yoshi wrote:
General Bogdan wrote:ok i want my character to jump not to got simply up, how i do this? :|


You would have just learned it on Yoyogames' Platform Tutorial, or would have figured out right? Newbie is newbie :awe:

Here's the easier way if you hate coding

Oh wait, nevermind, just download the tutorial on Yoyogames. No need to help you

My predictions:
This post gets deleted
I get warning


-.- i don't need your help look like you really want to start a flame war
Image
User avatar
Bogdan
The Legacy

Error contacting Twitter
 
Posts: 770
Joined: February 22nd, 2011, 1:06 am
Location: Stanistan

Runouwian Fighter

Thumbs Up given: 39 times
Thumbs Up received: 98 times

Re: Game Maker Questions Topic!!!

Postby Suyo » August 12th, 2011, 1:46 am

Actually, he is right. Before asking, try to find the solution yourself - if you google "jumping tutorial game maker" you get tons of results.
Image

Image

Image

Image

Image

Image
User avatar
Suyo
"quite easily the most manly man of all" --Raz

Error contacting Twitter
Error contacting last.fm
 
Posts: 2771
Joined: July 28th, 2009, 2:41 am
Location: Nuremberg (Germany)

Runouw Votes Winner
For winning the RV New Year 2012 Award for Best Moderator. Like you didn't know. XD

Thumbs Up given: 26 times
Thumbs Up received: 359 times

Re: Game Maker Questions Topic!!!

Postby Bogdan » August 12th, 2011, 1:49 am

Suyo wrote:Actually, he is right. Before asking, try to find the solution yourself - if you google "jumping tutorial game maker" you get tons of results.


actually blabby and jello told me how to do it so problem ky?
Image
User avatar
Bogdan
The Legacy

Error contacting Twitter
 
Posts: 770
Joined: February 22nd, 2011, 1:06 am
Location: Stanistan

Runouwian Fighter

Thumbs Up given: 39 times
Thumbs Up received: 98 times

Re: Game Maker Questions Topic!!!

Postby Blablob » August 12th, 2011, 4:10 am

Unless you want the warning, Bog, you should stop now.

The proper thing would have been to try and figure this out on your own; we were kind enough to provide help for you, but KY's point is still valid.
User avatar
Blablob
Content for Contempt

 
Posts: 3108
Joined: September 6th, 2009, 3:38 pm
Location: That way

Credit To Team

Thumbs Up given: 67 times
Thumbs Up received: 229 times

Re: Game Maker Questions Topic!!!

Thumbs up x1

Postby Jellonator » August 12th, 2011, 6:57 am

KYs point may be valid, but he hould at least try not to sound like a douche saying it :o_O:
bepis lmao
User avatar
Jellonator
Code: Awesome

Error contacting Twitter
 
Posts: 342
Joined: August 28th, 2010, 6:25 am
Location: With Waldo.

Thumbs Up given: 18 times
Thumbs Up received: 42 times

Re: Game Maker Questions Topic!!!

Postby Silver Sonic_106 » August 24th, 2011, 9:25 am

How do i make it so an object shoots you and you lose health? I can't seem to figure it out.
Also,I'm making a racing game and i can't understand how to make it so the enemy cars go to the target point without clusturing together.
I'm Awesome

Image
Image

http://azurespear.mybrute.com <---- fun game i found.Click to become my slav-i mean pupil.

Image
User avatar
Silver Sonic_106
Code: Awesome

 
Posts: 377
Joined: February 18th, 2010, 9:08 am
Location: you're sitting on me....

Thumbs Up given: 1 time
Thumbs Up received: 1 time

PreviousNext

Return to Programming