Super Smash help?

Game Editor comments and discussion.

Super Smash help?

Postby Devil Metal Knight » Thu Feb 07, 2008 10:38 pm

Okay... I'm making a Super Smash Bros game and I need to know how to do the following.....

#1- How do i make the Heath Text thing and how do i make it so when it get's higher they fly farther. Also how can i make it so it can only go up a certain height?
#2- How do I make the enemy and I fly when getting hit just like the above?
#3- I need to know how to switch character like I choose Mario and i'm mario and I choose the enemy Bowser and the enemy's bowser ect.?
#4- How can i jump a max of 5 times for a character like Kirby's jump?
#5- How can i make a fire ball launch from mario's attack? And when it hits someone it takes a certain type of damage?
( A Must Know!) #6- Charged Attacks? How can I do it?
#7- How do I make it so when you fall off to far, too high ect. and you die?
#8- How can I make lives or stocks?

That should be it. please answer them and NO demos because they don't work on my GE. This will be Very HELPFUL and you get credit in helping me...... In the ending Credits.
Super Smash Bash
Completed:
Title screen, Options screen, Main Screen
Working on: Character selection
User avatar
Devil Metal Knight
 
Posts: 7
Joined: Sat Feb 02, 2008 11:45 pm
Score: 0 Give a positive score

Re: Super Smash help?

Postby speckford123 » Sun Feb 10, 2008 1:25 pm

Devil Metal Knight wrote:Okay... I'm making a Super Smash Bros game and I need to know how to do the following.....

#1- How do i make the Heath Text thing and how do i make it so when it get's higher they fly farther. Also how can i make it so it can only go up a certain height?
#2- How do I make the enemy and I fly when getting hit just like the above?
#3- I need to know how to switch character like I choose Mario and i'm mario and I choose the enemy Bowser and the enemy's bowser ect.?
#4- How can i jump a max of 5 times for a character like Kirby's jump?
#5- How can i make a fire ball launch from mario's attack? And when it hits someone it takes a certain type of damage?
( A Must Know!) #6- Charged Attacks? How can I do it?
#7- How do I make it so when you fall off to far, too high ect. and you die?
#8- How can I make lives or stocks?

That should be it. please answer them and NO demos because they don't work on my GE. This will be Very HELPFUL and you get credit in helping me...... In the ending Credits.


man do you need help..........ok ill help in some of it. for the text health i think a couple of text actors would work fine, and when you get hit you could use something like: text.textNumber=text.textNumber+1; // on that, text is your text actors name and the 1 is the damage dealt
making them fly away could just use velocity on collision, or a physical response. as for making them fly farther with more damage could be like, on collision:
xvelocity=-0.1*text.textnumber; // on that they fly to the left multiplied by the damage they have
as for switching characters youll need multiple actors(or 1 for each player and coding for seperate animations) and when something is triggered create the actor for the player. jumping 5 times can be easy (alot of people use the variable canjump i use ajump, which stands for allow jump) instead of having it when you jump ajump=0; make it ajump=ajump-1; that way you can jump for how high ajump was (on collision with ground it should be ajump=5; or something)
for shooting stuff use a keydown event that creates a seperate fireball actor that moves towards the enemy and hurts them
a charged attack can be if you hold the button it pauses the animation and then continues when you let go for more damage
as for making the character die when its too far, you could use an out of vision event or on draw actor something like: if(y>1000)DestroyActor("player");
and finnally lives can be a variable that on a destroy actor event it lowers the number and when its 0 the actor doesnt come back

-phew-, well if you need more help theres topics based on many of the things you wanted
PS the super smash style screen is pretty complicated but i have a demo for...it........nvm you said demos dont work...... :?
speckford123
 
Posts: 334
Joined: Fri May 05, 2006 6:33 pm
Score: 49 Give a positive score

Re: Super Smash help?

Postby Bee-Ant » Mon Feb 11, 2008 1:23 am

Blah blah...I hate long text :?
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: Super Smash help?

Postby Game A Gogo » Mon Feb 11, 2008 1:33 am

Bee-Ant wrote:Blah blah...I hate long text :?

Laziness will kill you. it doesn't hurt taking 2-3 more minutes to read something!
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score

Re: Super Smash help?

Postby Bee-Ant » Mon Feb 11, 2008 6:49 am

Game A Gogo wrote:Your laziness will kill you

And kill itself...
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: Super Smash help?

Postby Game A Gogo » Mon Feb 11, 2008 11:48 pm

no more laziness if it kills itself :D
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score

Re: Super Smash help?

Postby speckford123 » Sat Feb 16, 2008 2:42 am

hey, im really lazy, and i wrote it :D
speckford123
 
Posts: 334
Joined: Fri May 05, 2006 6:33 pm
Score: 49 Give a positive score

Re: Super Smash help?

Postby DilloDude » Sat Feb 16, 2008 2:59 am

Writing stuff is a lot easier than reading it, though.
Image
User avatar
DilloDude
 
Posts: 866
Joined: Tue Jan 24, 2006 9:51 am
Location: Nyerellion
Score: 58 Give a positive score

Re: Super Smash help?

Postby Bee-Ant » Sat Feb 16, 2008 3:58 am

AGREEEEEEE!!!!!!!!!!!!
Mostly, I wrote very long text story(story for my game, anime, manga)...but I hate to re-read it... :P :P
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: Super Smash help?

Postby speckford123 » Sat Feb 16, 2008 2:27 pm

true........so true :D
speckford123
 
Posts: 334
Joined: Fri May 05, 2006 6:33 pm
Score: 49 Give a positive score

Re: Super Smash help?

Postby Game A Gogo » Sat Feb 16, 2008 10:08 pm

So it is better to speak then listening to others? What a rotten place this world has become
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score

Re: Super Smash help?

Postby DilloDude » Sun Feb 17, 2008 2:37 am

Not necesarily. It's easier to write than to read, not necessarily better. And that's reading and writing, not talking and listening.
Image
User avatar
DilloDude
 
Posts: 866
Joined: Tue Jan 24, 2006 9:51 am
Location: Nyerellion
Score: 58 Give a positive score

Re: Super Smash help?

Postby Bee-Ant » Sun Feb 17, 2008 3:38 am

Game A Gogo => :P
We're talking about writing and reading :P :P :P :P :P :P :P :P :P :P :P :P :P :P :P :P
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: Super Smash help?

Postby DilloDude » Sun Feb 17, 2008 3:49 am

And even more specifically, writing and reading code (or explanations thereof).
Image
User avatar
DilloDude
 
Posts: 866
Joined: Tue Jan 24, 2006 9:51 am
Location: Nyerellion
Score: 58 Give a positive score

Re: Super Smash help?

Postby Game A Gogo » Sun Feb 17, 2008 11:11 pm

sorry for my misspecification D8
But still, it comes a bit to the same time, in the end, you waste more time witting then reading, that's what I meant :P
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score


Return to GE - General

Who is online

Users browsing this forum: No registered users and 1 guest

cron