The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Scripting => Topic started by: Falcon on November 20, 2006, 11:46:58 PM

Title: Basic HUD
Post by: Falcon on November 20, 2006, 11:46:58 PM
I've left RMRK, and I've decided to take all of my scripts and tutorials with me, check creationasylum, hbgames.org, or Blizzard's site if you want to see them.
Title: Re: Basic HUD
Post by: Winged on November 21, 2006, 05:37:09 AM
This script looks awsome, might be good for a mini game I plan on making....

It deserves a huge bump, great job  ;D

~Winged
Title: Re: Basic HUD
Post by: Blizzard on November 23, 2006, 03:45:30 PM
Looks nice. How about making it a little bit more compact? Make the background transparent (add self.opacity = 0 in the init method of the window) and move the windows more into the corner after that. :)
Title: Re: Basic HUD
Post by: Falcon on November 23, 2006, 09:37:51 PM
It was a request, so I didn't make opacity.

If anyone wants to make the windows transparent, go find the two lines that say:

self.opacity = 255

and change them too

self.opacity = 0
Title: Re: Basic HUD
Post by: Blizzard on November 24, 2006, 01:06:03 PM
Sure, no problem. It was just a suggestion. :)