Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Pages: [1]   Go Down

Author Topic: [Request]Heart Engine  (Read 1601 times)

0 Members and 1 Guest are viewing this topic.

Zero

[Request]Heart Engine
« on: February 01, 2009, 03:10:37 pm »
Hi, I have been looking for the heart system made by either Yoshi or Goodnight for Game Maker.  I have searched the forum, but have had no luck.  Thanks in advanced.
Logged
Re: [Request]Heart Engine
« Reply #1 on: February 01, 2009, 03:21:11 pm »
  • *
  • Reputation: +2/-0
  • Offline Offline
  • Gender: Male
  • Posts: 1767
Well apparently you didn't look hard enough. I just searched Yoshi's created topics and found it.

http://64digits.com/users/Yoshi/Zelda_HUD_Engine_v1-0-1.zip
Logged
  • https://colbydude.com

Zero

Re: [Request]Heart Engine
« Reply #2 on: February 01, 2009, 03:23:04 pm »
I did search quite a few times, however I did not think of doing it by his name.

Thank you very much  :)
Logged

hacker013

Zelda Fan Game Programmer
Re: [Request]Heart Engine
« Reply #3 on: February 01, 2009, 06:37:21 pm »
  • Ura Zelda Project Rocks
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Posts: 50
i've also made a heart engine. it is using 1 script to draw everything.

Logged
  • Ura Zelda Project
Re: [Request]Heart Engine
« Reply #4 on: March 10, 2009, 02:53:54 am »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Posts: 39
A health engine has got to be the easiest thing you can make, if your having trouble doing that your not going to get anywhere in game design.

Seriously
Code: Text
  1. health = 3; // Make the health
  2.  

Code: Text
  1. draw_string(3,3,health); // Draw the health
  2.  

Code: Text
  1. objPlayer.health = objPlayer.health - 1;
  2.  
Logged
Quote from: Source
Just wanted to let you know that Bilall has sent me about 6 PMs consisting of a ridiculous amount of these:

 :jellytime:

Along with calling me a "mothafucka." Wait...ok, make that 7. Seriously, this guy needs to go.
Re: [Request]Heart Engine
« Reply #5 on: March 10, 2009, 05:31:02 am »
  • *
  • Reputation: +3/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3374
A health engine has got to be the easiest thing you can make, if your having trouble doing that your not going to get anywhere in game design.

Seriously
Code: Text
  1. health = 3; // Make the health
  2.  

Code: Text
  1. draw_string(3,3,health); // Draw the health
  2.  

Code: Text
  1. objPlayer.health = objPlayer.health - 1;
  2.  
Hearts aren't as simple as the code there, because they are broken into quarters. Not to mention it needs to count how many heart containers you have, as well as how many heart pieces, without including unfinished containers in the end result.
Logged
Quote from: Jason
Your community is a bunch of stuck up turds.
Re: [Request]Heart Engine
« Reply #6 on: March 10, 2009, 09:31:29 am »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Posts: 2245
A health engine has got to be the easiest thing you can make, if your having trouble doing that your not going to get anywhere in game design.

Seriously
Code: Text
  1. health = 3; // Make the health
  2.  

Code: Text
  1. draw_string(3,3,health); // Draw the health
  2.  

Code: Text
  1. objPlayer.health = objPlayer.health - 1;
  2.  
Just because he's asking for it, doesn't necessarily mean he can't make it, if something already exists, there's not much point in recreating it yourself.
Logged

Goodnight

Once and future Captain
Re: [Request]Heart Engine
« Reply #7 on: March 15, 2009, 06:58:10 am »
  • With a Capital G
  • *
  • Reputation: +1/-0
  • Offline Offline
  • Gender: Male
  • Posts: 706
I'd be surprised if my old heart scripts aren't stored somewhere. Surely somebody transferred them over when the latest ZFGC went live. No? Well I'm too lazy and busy to get them right now but let me know if you still need them and I'll try to have them posted in the next couple days.

Even if you already got a working script then you can still see other examples of how to do them, plus I made them in a few different game styles.

Oh yeah, and, I never got into Game Maker 7. I'll have to see if there are any non-registered restrictions or things that need recoding.
Logged
Pages: [1]   Go Up

 


Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.126 seconds with 66 queries.

anything