Drandom Adventure
Moderators: ~xpr'd~, tyteen4a03, Stinky, Emerald141, Qloof234, jdl
- boywhoflies
- Rainbow Spirit Chaser
- Posts: 5510
- Joined: Thu Jun 26, 2008 3:16 pm
- MyNameIsKooky
- Rainbow Spirit Master
- Posts: 9712
- Joined: Mon Dec 01, 2008 10:18 pm
- boywhoflies
- Rainbow Spirit Chaser
- Posts: 5510
- Joined: Thu Jun 26, 2008 3:16 pm
- LittleZbot
- Rainbow MegaStar
- Posts: 3039
- Joined: Fri Jul 03, 2009 10:51 pm
- Contact:
I have a problem. How do you make it so that when you jump on and enemy you bounce up a bit like in Wefight- the game, and make it lose some HP?
Whenever I jump on a enemy we BOTH lose a ton of HP. I just want it like Wefight-the game, where you bounce up and make the enemy lose 10 HP.
Whenever I jump on a enemy we BOTH lose a ton of HP. I just want it like Wefight-the game, where you bounce up and make the enemy lose 10 HP.
Remember to look at the dates that every post is made. It's been many years, and I, and others, may not be the same people we were when we made them. This is a symbol of where we came from, and should be remembered as that.
- MyNameIsKooky
- Rainbow Spirit Master
- Posts: 9712
- Joined: Mon Dec 01, 2008 10:18 pm
- LittleZbot
- Rainbow MegaStar
- Posts: 3039
- Joined: Fri Jul 03, 2009 10:51 pm
- Contact:
- MyNameIsKooky
- Rainbow Spirit Master
- Posts: 9712
- Joined: Mon Dec 01, 2008 10:18 pm
- LittleZbot
- Rainbow MegaStar
- Posts: 3039
- Joined: Fri Jul 03, 2009 10:51 pm
- Contact:
So it looks like this?
- Attachments
-
- Or Something else?
- DrandomAdventureMaking1.GIF (122.83 KiB) Viewed 2297 times
Remember to look at the dates that every post is made. It's been many years, and I, and others, may not be the same people we were when we made them. This is a symbol of where we came from, and should be remembered as that.
- MyNameIsKooky
- Rainbow Spirit Master
- Posts: 9712
- Joined: Mon Dec 01, 2008 10:18 pm
- LittleZbot
- Rainbow MegaStar
- Posts: 3039
- Joined: Fri Jul 03, 2009 10:51 pm
- Contact:
- MyNameIsKooky
- Rainbow Spirit Master
- Posts: 9712
- Joined: Mon Dec 01, 2008 10:18 pm
- MyNameIsKooky
- Rainbow Spirit Master
- Posts: 9712
- Joined: Mon Dec 01, 2008 10:18 pm
- LittleZbot
- Rainbow MegaStar
- Posts: 3039
- Joined: Fri Jul 03, 2009 10:51 pm
- Contact:
Thanks.
Here's a picture of the Title Screen.
Here's a picture of the Title Screen.
- Attachments
-
- Random Title screen with Three Random Googles and a random health bar in a random game called Drandom Adventure :lol:
- DrandomAdventure2.GIF (83.84 KiB) Viewed 2273 times
Remember to look at the dates that every post is made. It's been many years, and I, and others, may not be the same people we were when we made them. This is a symbol of where we came from, and should be remembered as that.
- LittleZbot
- Rainbow MegaStar
- Posts: 3039
- Joined: Fri Jul 03, 2009 10:51 pm
- Contact:
DP
I have a problem. When I get to level two, the health automatically sets itself to ten. I don't know what is causing it and it is making the gameplay be plobromatic.
Help?
I have a problem. When I get to level two, the health automatically sets itself to ten. I don't know what is causing it and it is making the gameplay be plobromatic.
Help?
Remember to look at the dates that every post is made. It's been many years, and I, and others, may not be the same people we were when we made them. This is a symbol of where we came from, and should be remembered as that.
- MyNameIsKooky
- Rainbow Spirit Master
- Posts: 9712
- Joined: Mon Dec 01, 2008 10:18 pm
- MyNameIsKooky
- Rainbow Spirit Master
- Posts: 9712
- Joined: Mon Dec 01, 2008 10:18 pm
- LittleZbot
- Rainbow MegaStar
- Posts: 3039
- Joined: Fri Jul 03, 2009 10:51 pm
- Contact:
I don't have "Room Start" and "Room End" events.MyNameIsKooky wrote:Look for the source of the problem. Look in the "Room Start" and "Room End" events of every object. A "set health to 10" thing might be in one of them.

Remember to look at the dates that every post is made. It's been many years, and I, and others, may not be the same people we were when we made them. This is a symbol of where we came from, and should be remembered as that.
- MyNameIsKooky
- Rainbow Spirit Master
- Posts: 9712
- Joined: Mon Dec 01, 2008 10:18 pm
DP.
I looked in the Game Maker you gave me and I figured out your problem.
You need a different unit of health for bad guys. The Googles and stuff you're using sets the health to 10, which includes the player's health. If you want Googles to have individual health, you're going to need a different variable.
Also, I think you should brighten up the player object a little because it's hard to see.
I looked in the Game Maker you gave me and I figured out your problem.
You need a different unit of health for bad guys. The Googles and stuff you're using sets the health to 10, which includes the player's health. If you want Googles to have individual health, you're going to need a different variable.
Also, I think you should brighten up the player object a little because it's hard to see.
- LittleZbot
- Rainbow MegaStar
- Posts: 3039
- Joined: Fri Jul 03, 2009 10:51 pm
- Contact:
I did(about brightening up the player).
How do you do that first part?
Note: If you say "I'll just do it." tell me to send you the updated version. It has a lot of new stuff that I've recently made, and I wouldn't like to replace it with the one I sent you.

How do you do that first part?
Note: If you say "I'll just do it." tell me to send you the updated version. It has a lot of new stuff that I've recently made, and I wouldn't like to replace it with the one I sent you.
Remember to look at the dates that every post is made. It's been many years, and I, and others, may not be the same people we were when we made them. This is a symbol of where we came from, and should be remembered as that.
- MyNameIsKooky
- Rainbow Spirit Master
- Posts: 9712
- Joined: Mon Dec 01, 2008 10:18 pm
Remove the health stuff from the enemies and replace it with a variable named "HP". Remember to set it to 0, THEN set it to how much HP the enemy will have. Otherwise the game will error. After that, program how much damage is done to the enemy when you jump on it.LittleZbot wrote:How do you do that first part?
If you want me to do it, send it to me like you said.

- LittleZbot
- Rainbow MegaStar
- Posts: 3039
- Joined: Fri Jul 03, 2009 10:51 pm
- Contact:
- LittleZbot
- Rainbow MegaStar
- Posts: 3039
- Joined: Fri Jul 03, 2009 10:51 pm
- Contact:
- MyNameIsKooky
- Rainbow Spirit Master
- Posts: 9712
- Joined: Mon Dec 01, 2008 10:18 pm
- LittleZbot
- Rainbow MegaStar
- Posts: 3039
- Joined: Fri Jul 03, 2009 10:51 pm
- Contact:
I forgot to put in the thing. *facepalm*
And both out attachment boxes are full(even though I only have two.
).
And both out attachment boxes are full(even though I only have two.

Remember to look at the dates that every post is made. It's been many years, and I, and others, may not be the same people we were when we made them. This is a symbol of where we came from, and should be remembered as that.
- LittleZbot
- Rainbow MegaStar
- Posts: 3039
- Joined: Fri Jul 03, 2009 10:51 pm
- Contact:
Okay, the forum is officially broken. I deleted ALL my attachments, and it still says I reached my Limit.
Also, just in case you didn't see my last post(or something) Your Attachment box it full, MyNameIsKooky.

Also, just in case you didn't see my last post(or something) Your Attachment box it full, MyNameIsKooky.
Remember to look at the dates that every post is made. It's been many years, and I, and others, may not be the same people we were when we made them. This is a symbol of where we came from, and should be remembered as that.
- MyNameIsKooky
- Rainbow Spirit Master
- Posts: 9712
- Joined: Mon Dec 01, 2008 10:18 pm
- LittleZbot
- Rainbow MegaStar
- Posts: 3039
- Joined: Fri Jul 03, 2009 10:51 pm
- Contact:
I don't have mediafire, don't know how to get it, or if my parents will allow me.
Of Course.
Of Course.

Remember to look at the dates that every post is made. It's been many years, and I, and others, may not be the same people we were when we made them. This is a symbol of where we came from, and should be remembered as that.
- MyNameIsKooky
- Rainbow Spirit Master
- Posts: 9712
- Joined: Mon Dec 01, 2008 10:18 pm
It's a website. www.mediafire.comLittleZbot wrote:I don't have mediafire, don't know how to get it, or if my parents will allow me.
Of Course.
You can just upload your thing there and give me the link through a PM.
- LittleZbot
- Rainbow MegaStar
- Posts: 3039
- Joined: Fri Jul 03, 2009 10:51 pm
- Contact: