• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

bar

  1. M.G.

    GML Question about the experience bar

    Hello, I created a vertical experience bar. With the following code: Create: global.exp = 0 global.max = 10 Draw GUI: draw_sprite(spr_bar,-1,0,0) draw_sprite_ext(spr_exp,1,0,0,1,global.exp/global.max,0,c_white,1) With every mouse click I get an additional experience point. But there...
  2. JesusOnExtasy

    Windows ★Professional Health Bar★

    Here is my Health Bar code. his health is taken away from right to left. but I also have the opponent's Health bar which is opposite to mine. how to write a code so that the opponent's health is taken away from the left and right in the opposite direction.
  3. wilmer

    Smart bar [Solved]

    Hi : Look, I don't remember what game I have seen this in, what happens is that I need a kind of smart bar like in the gif that I attached here; The bar has a "piece" that goes from one side to the other and if the "piece" touches at least one pixel of the purple square in the center, it will...
  4. P

    GameMaker 2 Sided Healthbar

    How would I do 2 sided healthbars, like when both of the sides decrease instead of one side.
  5. T

    Windows bug with draw event

    I wanted to make a display of HP bars only in combat. In the beginning HP bar are not visible, but it appear during the attack. But in the game on the very first enemy in the room the draw code does not work. His HP bar is always visible. And other manipulations with draw alpha also dont work...
  6. B

    GML Creating a Sliding Bar Gauge based on a variable

    Hello, I am trying to create a "slider" that is tied to a variable called karma. Karma begins at 0 and it either raised to +50 or lowered to -50. I would like to display this in a slider bar format as seen below. Currently, I can create a slider that moves up/down, but cannot figure out how...
  7. T

    Drawing out of bounds

    Hello everyone! I have such issue. I have black bars for screen resolution that don't match with my resolution. But drawing stuff for some reason sometimes can be drawned in this bars but it shouldn't be. I use shaders on full screen and turn off deawing of application suface. Instead of this I...
  8. NoobsWeStand

    Asset - Extension (FREE) Taskbar Progress

    I thought it would be a fun thing for me to create a simple DLL that changes the taskbar state and progress! Anyways, here it is(FREE): Marketplace: https://marketplace.yoyogames.com/assets/6151/taskbar-control Modules: Windows Limitations: Widows 7+ ONLY C# source is included!
  9. S

    UWP WindowsPhone10 UWP Hide Menu Bar

    I can´t find any info on how to enable/disable/hide the Menu bar (back,home,search) on the WP10 device? The strange thing is that on one of my apps published on Windows store, the Menu bar dissapears automatically as it should, but on the new game it doesn´t? Is there any Settings for this...
  10. YellowAfterlife

    Asset - Extension window_progress - show progress bar on game's taskbar button

    Marketplace: https://marketplace.yoyogames.com/assets/5109/progress-bar-in-taskbar Mirror (itch.io): https://yellowafterlife.itch.io/window-progress Blog post: https://yal.cc/gamemaker-window-progress/ Price: $0.99 Modules: Windows (is a DLL) Description: This extension provides a single...
  11. J

    Trying to get health bar to normalize a value

    So here is the problem I am having. I watched this video: GameMaker - Custom Healthbars In the video, he explains how to make a healthbar. His healthbar went off of a health value that was maxed at 100, so he showed that you need to draw the healthbar as your health value divided by 100, making...
Top