Oh I am guessing that you want to make some sort of ssb game if you want double jumps
So basically its like this
There is a variable called doubleJump. When you are touching the ground set the variable to 0. In the air when the user presses the jump button if the doubleJump variable is equal to 0 set gravity to -10 or something like that and set the doubleJump variable to 1.
Offline
archmage wrote:
Oh I am guessing that you want to make some sort of ssb game if you want double jumps
![]()
So basically its like this
There is a variable called doubleJump. When you are touching the ground set the variable to 0. In the air when the user presses the jump button if the doubleJump variable is equal to 0 set gravity to -10 or something like that and set the doubleJump variable to 1.
How'd you guess Thanks (again) for the help!
Offline
Yeah, I am Making one too. Archy, you should make one.
Offline
TheSaint wrote:
Yeah, I am Making one too. Archy, you should make one.
I am busy with school now and I really have to keep my grades high.
Maybe during the xmas break I'll make something.
Offline
archmage wrote:
TheSaint wrote:
Yeah, I am Making one too. Archy, you should make one.
I am busy with school now and I really have to keep my grades high.
Maybe during the xmas break I'll make something.
Grade high cuz ur a nerd lol just kidding. Also you already made an SSBB game. So you really don't have to bother.
Offline
Lucario621 wrote:
archmage wrote:
TheSaint wrote:
Yeah, I am Making one too. Archy, you should make one.
I am busy with school now and I really have to keep my grades high.
Maybe during the xmas break I'll make something.Grade high cuz ur a nerd lol just kidding. Also you already made an SSBB game. So you really don't have to bother.
I wish I was a nerd because nerds are smart and get high grades
But really I am going to make a real SSB game because I want to see if I can get top loved of all time. I am not going to go on scratch next year because of university (hopefully) so I wanna leave my mark.
Last edited by archmage (2008-11-21 19:38:48)
Offline
Offline
TheSaint wrote:
What school are you thinking about?
I dunno, I am going to apply to a few different ones.
Ryerson is one that I was thinking of going to
http://www.ryerson.ca/home_nf.html
I want to get a Business Management degree.
Offline
archmage wrote:
TheSaint wrote:
What school are you thinking about?
I dunno, I am going to apply to a few different ones.
Ryerson is one that I was thinking of going to
http://www.ryerson.ca/home_nf.html
I want to get a Business Management degree.
Go to the University of Waterloo, it's an excellent university, really good if you're looking into computers. But maybe you don't want to...
At any rate, there's other courses there too.
Offline
coolstuff wrote:
archmage wrote:
TheSaint wrote:
What school are you thinking about?
I dunno, I am going to apply to a few different ones.
Ryerson is one that I was thinking of going to
http://www.ryerson.ca/home_nf.html
I want to get a Business Management degree.Go to the University of Waterloo, it's an excellent university, really good if you're looking into computers. But maybe you don't want to...
At any rate, there's other courses there too.
Sorry, computer programming is more of a hobby for me. I want to work with money and make a lot of it
Besides, I don't know if I could get into waterloo anyways because my average isn't in the 80s or higher.
Offline
archmage wrote:
Oh I am guessing that you want to make some sort of ssb game if you want double jumps
![]()
So basically its like this
There is a variable called doubleJump. When you are touching the ground set the variable to 0. In the air when the user presses the jump button if the doubleJump variable is equal to 0 set gravity to -10 or something like that and set the doubleJump variable to 1.
Thanks it worked. Though I asume you meant set gravity to 10, instead of -10, or have I done something wrong?
Offline
Offline
Dan01 wrote:
archmage wrote:
Oh I am guessing that you want to make some sort of ssb game if you want double jumps
![]()
So basically its like this
There is a variable called doubleJump. When you are touching the ground set the variable to 0. In the air when the user presses the jump button if the doubleJump variable is equal to 0 set gravity to -10 or something like that and set the doubleJump variable to 1.Thanks it worked. Though I asume you meant set gravity to 10, instead of -10, or have I done something wrong?
I said -10 or something like that
If it works then you did it right.
Offline
archmage wrote:
Dan01 wrote:
archmage wrote:
Oh I am guessing that you want to make some sort of ssb game if you want double jumps
![]()
So basically its like this
There is a variable called doubleJump. When you are touching the ground set the variable to 0. In the air when the user presses the jump button if the doubleJump variable is equal to 0 set gravity to -10 or something like that and set the doubleJump variable to 1.Thanks it worked. Though I asume you meant set gravity to 10, instead of -10, or have I done something wrong?
I said -10 or something like that
![]()
If it works then you did it right.
It did work Thanks again XD
Offline