Drandom Adventure

For discussion of non-Wonderland topics - please read rules!

Moderators: ~xpr'd~, tyteen4a03, Stinky, Emerald141, Qloof234, jdl

User avatar
boywhoflies
Rainbow Spirit Chaser
Posts: 5510
Joined: Thu Jun 26, 2008 3:16 pm

Post by boywhoflies » Thu Feb 24, 2011 12:49 am

Like, cement blocks to use as walls?
Mr. Robot never dies! :D

Chatroom
User avatar
MyNameIsKooky
Rainbow Spirit Master
Posts: 9712
Joined: Mon Dec 01, 2008 10:18 pm

Post by MyNameIsKooky » Thu Feb 24, 2011 1:01 am

This topic might as well be about sprites.
User avatar
boywhoflies
Rainbow Spirit Chaser
Posts: 5510
Joined: Thu Jun 26, 2008 3:16 pm

Post by boywhoflies » Thu Feb 24, 2011 1:03 am

That just gave me a idea...

I'm gonna start a topic for sprites like xpr does for logos. Thanks Kooky!

But yeah, you're right, that is happening a lot. Lil' Z, could you put your requests in that topic?
Mr. Robot never dies! :D

Chatroom
User avatar
LittleZbot
Rainbow MegaStar
Posts: 3039
Joined: Fri Jul 03, 2009 10:51 pm
Contact:

Post by LittleZbot » Thu Feb 24, 2011 1:44 am

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.
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.
User avatar
MyNameIsKooky
Rainbow Spirit Master
Posts: 9712
Joined: Mon Dec 01, 2008 10:18 pm

Post by MyNameIsKooky » Thu Feb 24, 2011 1:49 am

Make it so that it sets the player's vertical speed to a negative number when you jump on an enemy. Also, you need a variable that keeps track of whether you're in the air or not to avoid having your player lose health.
User avatar
LittleZbot
Rainbow MegaStar
Posts: 3039
Joined: Fri Jul 03, 2009 10:51 pm
Contact:

Post by LittleZbot » Thu Feb 24, 2011 3:52 am

How would you do that last sentence?
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.
User avatar
MyNameIsKooky
Rainbow Spirit Master
Posts: 9712
Joined: Mon Dec 01, 2008 10:18 pm

Post by MyNameIsKooky » Thu Feb 24, 2011 3:55 am

"If there is not a collision at relative position (0,1) (solid only)
Set variable air to 1
Else
Set variable air to 0"

Also, set air to 0 in the create event.
User avatar
LittleZbot
Rainbow MegaStar
Posts: 3039
Joined: Fri Jul 03, 2009 10:51 pm
Contact:

Post by LittleZbot » Thu Feb 24, 2011 4:04 am

So it looks like this?
Attachments
DrandomAdventureMaking1.GIF
Or Something else?
DrandomAdventureMaking1.GIF (122.83 KiB) Viewed 2300 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.
User avatar
MyNameIsKooky
Rainbow Spirit Master
Posts: 9712
Joined: Mon Dec 01, 2008 10:18 pm

Post by MyNameIsKooky » Thu Feb 24, 2011 4:08 am

It needs to go in the step event.

I can do it for you if you want. Just send me the gmk file. :wink:
User avatar
LittleZbot
Rainbow MegaStar
Posts: 3039
Joined: Fri Jul 03, 2009 10:51 pm
Contact:

Post by LittleZbot » Thu Feb 24, 2011 4:18 am

Alright. Check your PMs. :wink:
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.
User avatar
MyNameIsKooky
Rainbow Spirit Master
Posts: 9712
Joined: Mon Dec 01, 2008 10:18 pm

Post by MyNameIsKooky » Thu Feb 24, 2011 4:32 am

I fixed it, but for some reason I can't send it back because it's telling me the maximum filesize for my received/sent attachments in the PM folder has been reached. Ugh.
User avatar
MyNameIsKooky
Rainbow Spirit Master
Posts: 9712
Joined: Mon Dec 01, 2008 10:18 pm

Post by MyNameIsKooky » Thu Feb 24, 2011 4:41 am

There, I kind of got it fixed... sorry for the wait.
User avatar
LittleZbot
Rainbow MegaStar
Posts: 3039
Joined: Fri Jul 03, 2009 10:51 pm
Contact:

Post by LittleZbot » Fri Feb 25, 2011 6:49 pm

Thanks.

Here's a picture of the Title Screen.
Attachments
DrandomAdventure2.GIF
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 2276 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.
User avatar
LittleZbot
Rainbow MegaStar
Posts: 3039
Joined: Fri Jul 03, 2009 10:51 pm
Contact:

Post by LittleZbot » Sat Feb 26, 2011 3:52 am

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?
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.
User avatar
MyNameIsKooky
Rainbow Spirit Master
Posts: 9712
Joined: Mon Dec 01, 2008 10:18 pm

Post by MyNameIsKooky » Sat Feb 26, 2011 3:56 am

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.
User avatar
Nobody
Rainbow Spirit Chaser
Posts: 5545
Joined: Thu Aug 21, 2008 5:52 pm

Post by Nobody » Sat Feb 26, 2011 3:58 am

I'm not working on Purple right now due to getting back to WAE, and I don't have much experience, but try making sure the health is set to 10 when the game starts, not when the current room starts.
i should change my signature to be rude to people who hate pictures of valves
User avatar
MyNameIsKooky
Rainbow Spirit Master
Posts: 9712
Joined: Mon Dec 01, 2008 10:18 pm

Post by MyNameIsKooky » Sat Feb 26, 2011 4:36 am

I'm pretty sure the max health is 100, not 10, unless LittleZbot is using a different engine or something.
User avatar
LittleZbot
Rainbow MegaStar
Posts: 3039
Joined: Fri Jul 03, 2009 10:51 pm
Contact:

Post by LittleZbot » Sat Feb 26, 2011 4:41 am

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.
I don't have "Room Start" and "Room End" events. :?
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.
User avatar
MyNameIsKooky
Rainbow Spirit Master
Posts: 9712
Joined: Mon Dec 01, 2008 10:18 pm

Post by MyNameIsKooky » Sat Feb 26, 2011 4:42 am

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.
User avatar
LittleZbot
Rainbow MegaStar
Posts: 3039
Joined: Fri Jul 03, 2009 10:51 pm
Contact:

Post by LittleZbot » Sat Feb 26, 2011 4:54 am

I did(about brightening up the player). :P

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.
User avatar
MyNameIsKooky
Rainbow Spirit Master
Posts: 9712
Joined: Mon Dec 01, 2008 10:18 pm

Post by MyNameIsKooky » Sat Feb 26, 2011 4:56 am

LittleZbot wrote:How do you do that first part?
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.

If you want me to do it, send it to me like you said. :wink:
User avatar
LittleZbot
Rainbow MegaStar
Posts: 3039
Joined: Fri Jul 03, 2009 10:51 pm
Contact:

Post by LittleZbot » Sat Feb 26, 2011 5:00 am

I think I can do it. :wink: If it doesn't work, I'll send it to 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.
User avatar
LittleZbot
Rainbow MegaStar
Posts: 3039
Joined: Fri Jul 03, 2009 10:51 pm
Contact:

Post by LittleZbot » Sat Feb 26, 2011 5:06 am

It didn't work. :? Check your PMs.
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.
User avatar
MyNameIsKooky
Rainbow Spirit Master
Posts: 9712
Joined: Mon Dec 01, 2008 10:18 pm

Post by MyNameIsKooky » Sat Feb 26, 2011 5:08 am

The zip file is empty. :?
User avatar
LittleZbot
Rainbow MegaStar
Posts: 3039
Joined: Fri Jul 03, 2009 10:51 pm
Contact:

Post by LittleZbot » Sat Feb 26, 2011 5:14 am

I forgot to put in the thing. *facepalm*

And both out attachment boxes are full(even though I only have two. :P ).
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.
User avatar
LittleZbot
Rainbow MegaStar
Posts: 3039
Joined: Fri Jul 03, 2009 10:51 pm
Contact:

Post by LittleZbot » Sat Feb 26, 2011 5:31 am

Okay, the forum is officially broken. I deleted ALL my attachments, and it still says I reached my Limit. :shock:

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.
User avatar
MyNameIsKooky
Rainbow Spirit Master
Posts: 9712
Joined: Mon Dec 01, 2008 10:18 pm

Post by MyNameIsKooky » Sat Feb 26, 2011 5:38 am

LittleZbot wrote:Okay, the forum is officially broken. I deleted ALL my attachments, and it still says I reached my Limit. :shock:
Same here...

Just upload it onto mediafire. :P
User avatar
LittleZbot
Rainbow MegaStar
Posts: 3039
Joined: Fri Jul 03, 2009 10:51 pm
Contact:

Post by LittleZbot » Sat Feb 26, 2011 8:11 pm

I don't have mediafire, don't know how to get it, or if my parents will allow me.

Of Course. :P
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.
User avatar
MyNameIsKooky
Rainbow Spirit Master
Posts: 9712
Joined: Mon Dec 01, 2008 10:18 pm

Post by MyNameIsKooky » Sat Feb 26, 2011 8:30 pm

LittleZbot wrote:I don't have mediafire, don't know how to get it, or if my parents will allow me.

Of Course. :P
It's a website. www.mediafire.com

You can just upload your thing there and give me the link through a PM.
User avatar
LittleZbot
Rainbow MegaStar
Posts: 3039
Joined: Fri Jul 03, 2009 10:51 pm
Contact:

Post by LittleZbot » Sat Feb 26, 2011 8:39 pm

All Right. Check your PMs. :D
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.
Post Reply