combine

  1. J

    Create New instance, check all other of same instance, combine into new instance

    I have been fighting this for days now and its time I find some help... there are 10 stores. It falls into a inventory kind of thing. Basically, you pick the store (global.store) the item (global.item) rather its going in or out, (global.in_out) and quantity (global.qty1). After you pick all...
  2. W

    GameMaker Making a combining system.

    For my game I will be having the player combining a bunch of different symbols to be able to solve different puzzles. Currently I only have 2 symbols in object form which I've called NEW and OLD. In any case, I've made these holders for the symbols which you can see on the side of the screen...
  3. A

    GameMaker combining strings into object name?

    Hi... Is there any way to combine names into one? Like say... var thing = 2 How do I make the object name cited be garden_door_2 named that in a statement just because thing = 2 ? Like... ("obj_garden_door_" + thing) make it's name Trying to make a bunch of repetitive code more efficient. Make...
  4. C

    Legacy GM How can I apply multiple shaders on the application_surface?

    I've been trying for about a week now, but I just can't find a working solution. The easiest way seems to be surface stacking, so this: surface_set_target(rgbSurface); shader_set(shRGB); draw_set_blend_mode_ext(bm_one, bm_inv_src_color); draw_surface_ext(application_surface, modX + 0...
Top