• 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!

gradient

  1. V

    How do I get these two co-ordinates?

    Heyall I'm using the draw_sprite_pos function to draw a sprite on an angle according to a top-central horizon point. With the help of image scaling I have determined the top left and right two circles and their respective x and y positions. (green) as well as the bottom blue circles y...
  2. Zabicka

    GameMaker Is there a way to draw a circle with gradient blur?

    Hello, so I wanted to draw a circle with blurred sides, like a light source without the need of using a sprite, is there a beginner friendly way to do it? Instead of this: Something like this:
  3. Pfap

    [SOLVED] RGB color picker help.

    Does anybody know how an RGB editor works or does anybody know of any good resources? I'm specifically looking for an explanation on how the gradient for each channel is calculated. See how the red and green channels are both at 255 and also that the red channel has a yellow to green...
  4. Furkan Karabudak

    Legacy GM Game is incredibly slow on Android. But not on PC.

    Hello :) I'm making an Android game. This will be the last game I made with GMS 1.4. But the game is not slow on Windows. It works perfectly on Windows. But game is incredibly slow on Android. I tested my game on Android device called "General Mobile GM 5 Plus android one". But as if the game...
  5. T

    GameMaker Drawing Circle with Varying Alpha

    I want to draw a circle that has a set alpha in the middle, and a different alpha near the edge. (Essentially a circle with faded edges) I know "draw_circle_color" draws a circle with a different color in the middle than the edge, but doesn't deal with alpha. I have searched the help file for a...
  6. O

    Legacy GM [Solved] Shadow of the moon (sprite shadows)

    Ok! So I have a sweet moon orbiting a sweet earth (polar view). Now I want to apply a shadow so they look right. No problem right? draw_sprite_general looks to have me covered. However, I can't seem to get it to work, and my Google-fu isn't cutting it. Little Help? // Update shadow...
  7. Erayd

    Shaders Drawing a curved gradient

    My end goal is to be able to draw shapes on object sprites based on their current pixel locations. Currently I can get a specific pixel and draw based on that, which is great. The below code should be getting the current pixel being processed, checking its distance with the midpoint and drawing...
  8. G

    Graphics Import vectorial image with color gradients

    Hello ! I tried to import a vectorial image made with Adobe Illustrator CC2015. I export it in .swf and import it on gamemaker studio pro on a sprite. But I have some error message which said that game maker can't import vectorial image with gradients. Do you have a solution ? I know I can...
  9. M

    Legacy GM How can I gradient on tile background?

    First of all, I'm not programmer. I'm not good at game maker as you. So, I don't know much about coding. But I had followed make some making tutorial. Now, I started making first game by myself. I want to implement, but not included in tutorial section part. If possible, I want to use a minimum...
  10. N

    Shaders Qustion about v_vTexcoord when drawing sprites

    I've implemented two shaders in my game, one is being applied on the whole application_surface for stuff light light. The second should create a gradient onto the sprites I draw. In order to draw gradients, I used the varying variable v_vTexcoord which (as far as I know) are the relative...
  11. L

    Color gradient on sprite

    Hi there! I've been working recently on a project and it is getting more and more to the final stage. But recently I have noticed that there is a huge impact on my game's speed. But let's explain. To accomplish the gradient in the picture I am blending the sprite for my ground ( using...
Top