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

alpha

  1. Marko03970

    I can't see instances under sprites drawn with 3D vertex buffers

    Hello, I'm trying to make fog in the game, and I used vertex_buffer and 3d drawing so I can change the depth for different layers of fog. I created it in one room and it was working pretty much well. but when I placed it in another room, I could only see fog, and terrain tiles under it. I can...
  2. Heavybrush

    drawing a sprite on a text using a text alpha

    hello guys I'm trying to make a particular effect I need to mix a text drawn by code and overlap a sprite to use a particular blend mode the only thing, I don't want to break the background, i need it only on the text maybe using gpu alpha?? ps: as a plus, by any chance, there is a way to...
  3. ZacKow264

    SOLVED Stop alpha from blending?

    How can I draw a primitive shape or a sprite with a certain alpha, but not have the alpha values add together when they overlap? I've tried disabling alpha blend, but that seems to set the alpha of everything back to 1. For instance if I have two rectangle draw at 0.5 alpha, if they overlapped...
  4. R

    Background visible through solid sprites

    Hi all, This may be an obvious one for any of you pro's out there but for some reason my level looks transparent and the background can be seen through it. Even stranger is this only happens sometimes. I have have about 10 layers for game objects and game functions and then 7 background layers...
  5. DaveInDev

    Demo Space Numbers

    Hi there, I just published a "Space Numbers", my first game under GSM2. Space Numbers is a puzzle game about mental calculations, but in a deep space scifi environment, to add some fun and complexity. It will challenge your brain ! At low levels, it is suitable for young players to learn and...
  6. N

    Changing the opacity of a Room layer in the room creation code

    I have an instance layer that is only in the beginning of the game that needs to have its opacity adjusted. It contains objects that are elsewhere in the stage, but the object (instances) itself needs to remain at 100% opacity for every other instance it is used in the game, therefor it's...
  7. M

    fading alpha based on distance between two objects

    Hey, how can I make so that a drawn object's (obj_storm_effect) alpha fades based on the distance between two objects (obj_player and obj_storm) ? So that the alpha is 0 when obj_player and obj_storm are far from one another and alpha is 1 when close? thank you!
  8. NewHopeGames

    Team Request Currently looking for playtesters

    Hi! Currently looking for alpha/beta testers for our android games. If anyone is interested, pm me your email and I can put you on the list. All testers are the first to get the new updates and play the games. 🙂 Many thanks in advance!
  9. Z

    GameMaker draw surface over sprite

    i want to draw a surface over a sprite in a way that the sprite`s alphas are applied to the surface so the surface is like cut based on the sprite. i have some code from before that doesnt work now for some reason. draw_self(); if (surface_exists(surf)) { draw_surface_ext(surf...
  10. D

    How to use shaders to make parts of an object transparent based upon contact with another object?

    I am trying to make a game in GameMaker 2 where objects become transparent depending on the object behind them. I currently have it so I am just checking each step (within the object to become transparent) whether in contact with the background object and then setting alpha to 0.5 if true. Here...
  11. M

    weird alpha during pause?

    Hey, so I implemented pause in my game with following codes: obj_pause: Create paused = false; scrn = -1; Alarm 0 scrn = sprite_create_from_surface(application_surface,0,0,surface_get_width(application_surface),surface_get_height(application_surface),0,1,0,0); instance_deactivate_all(true)...
  12. Skullkrusher314

    Sandman Private Detective

    Get the latest version at https://utopiclabs.itch.io/sandman-private-detective ----- Hi everyone! My name is Dennis, I am here to show you my current game in progress, I had an account here on the forum but i don't know what happened to that XD... Anyway, I worked on this game for the last two...
  13. Tony M

    Shaders [SOLVED] Dark outline around sprites introduced when I added a shader and surface to project

    Hi, I have successfully implemented a full screen wave shader that I adapted from here: https://marketplace.yoyogames.com/assets/261/free-shaders The shader itself works quite well, but has unfortunately introduced an issue with my sprites. Sprites with semi transparent edges (anti-aliasing)...
  14. CodeManu

    GameMaker Save surface with the "correct" alpha blending

    Hey all! I've been trying to export an surface (via surface_save method) into a .png, but due to how alpha blending works on surfaces it gets tinted (towards black as I'm using draw_clear_alpha(c_black,0) to clear the surface). I know this is the correct behaviour, and that It can be fixed by...
  15. Divinik

    Alpha Hell is For Heroes // Progress Update Video!

    I've been working on the battle mode for a while now, and I'm proud to say it's now 100% fully functional. Check it out: Now if only I had actual artwork :/
  16. Morkinas

    GML [SOLVED] Draw line alpha

    Hello, so i need to draw line with 0.5 alpha, but I guess I can only add the fade point so it starts with alpha=1 and fades to my set value 0.01 in this case. I need to set start and end alpha to 0.5 Draw Event var dir = point_direction(x, y, mouse_x, mouse_y); var d = 1800; //Hitscan for(var...
  17. William Garrison

    GameMaker Expressions inside a variable

    Im trying to ease in the alpha of a rectangle I drew to the screen. It draws fine of course. Just cant get my brain around how to ease in the alpha. I know how to set the actual script for easing and i have that. It just doesnt animate. Which makes me think you cant do it how I am doing it. Im...
  18. Repix

    Alpha [0.2.1 Hotfix Released] Zombie Survival Shooter RPG Inventory thingy thing?

    Size: 2.65 MB Type: .zip Version: 0.2.1 (Explosive Melee Update) (Currently very very slow and laggy) Next Up: 0.3.0 (RPG Update) (Optimization incoming) Notes: WASD = Move Mouse = Aim/Use/Fire Space Bar = Pick up item C = Detonate C4 You can't drop items as of yet. (Next update will add this...
  19. Divinik

    Alpha Hell Is For Heroes | Sci-Fi Action-RPG

    I've been working on this engine semi-regularly for about 7 months now, and I figured it's in good enough shape to show off a little bit. The engine is being developed using Game Maker: Studio 2; I'm the only one working on it as of now. I've had the story idea in my head for years, but now I've...
  20. chirpy

    Released [Mobile|Web] Klee: Spacetime Cleaners | Auto-shooting Arcade Platformer

    Game Information: https://noice2d.com/klee/ Screen GIF: Thanks for kind moderators who helped me added the screen gif. :oops: Or did I just forget that I added it? #### iOS Tester Needed #### So my game's in alpha almost ready to open beta and release, but I'm stuck in iOS app review...
Top