program

  1. 1

    Prism Lagoon

    Prism Lagoon by 1pietras Prism Lagoon is a new way of fast and comfortable creating maps for GameMaker Comfortable work environment Prism Lagoon allows to resize elements inside the window. All options are grouped by tabs, thats why using this editor is easy as in other popular 3D...
  2. 1

    Prism Lagoon [Moved to Marketplace Forum]

    Prism Lagoon by 1pietras Prism Lagoon is a new way of fast and comfortable creating maps for GameMaker Comfortable work environment Prism Lagoon allows to resize elements inside the window. All options are grouped by tabs, thats why using this editor is easy as in other popular 3D...
  3. J

    Windows Help with program

    So I want to a a object to keep on going to the right each time it gets called but it only goes in one spot! Code: var inst; inst = instance_create_depth(64+64, 64, 10, obj_feild); if (feilds <= 10) { with(inst) { } } it would be a big help, Thanks in advance!
  4. T

    trying to make a room gen with arrays

    I don't know why but my objects just aren't being created. Anyone know why. its in a create event depth = 234 i=1 /// Number TO object gen //set variables global.rex1 = 12 rex = global.rex1 rex = 14 // Ini setting strings to numbers randomize(); //pick room types //12 if rex = 12 { //...
  5. H

    Changing Colors in your Game

    Hey there, i am wondering how i can add color to my game, for example making it only black and white, or negativ. Also i want to change the color by every time an enemy gets destroyed. Does someone has experience with this? Thanks
  6. H

    Cant get Google working..

    I setup everything i need. App ID, SHA1, Extensions, Console, But everytime i press the button to login, it says "There was an error durring sign in".. Please help me
  7. H

    Android Question

    I am about to program a game for mobile. There is an object witch is permanently on mouse_xy position. When building it for mobile, and moving around the screen it feels very smoothly like V-Sync if you know what i mean. Can this be changed by any way, being much more directly? Thanks
  8. H

    i want something to appear only at the only first gamestart

    yes my title says it. how can i let something be, but only at the first gamestart ever. Thanks (:
  9. H

    endless moving object

    an circle called obj_circle is scaling down. after it has it scale to minimum it will scale back again. should look like an harmony movment
  10. H

    small problem, big disperation

    hey people, so i want an enemy to move, and if it reaches a certain (collision) point it will create another enemy. The problem i have is, that i check the collision in the step event, so while the enemy is colliding its permanently spawing enemys, but i want only one enemy to spawn if it...
  11. S

    making transition animations for crouching

    hi i am a coding novice and when i press the button to crouch i want to play an animation before the crouching animation but i cannot get it to work, can someone help here is my code: // Animation if (move != 0) image_xscale = move; if (place_meeting (x, y+1, Obj_Wall)) { if (move!=0)...
  12. H

    What do i have to know, for Android Development?

    Especially when programming in Game Maker Studio 2. Do i have to use special codes, or preferences? Just asking (:
  13. B

    Demo Not just games: Windows SideBar

    Hi guys, i've made a non-game program for windows, it's a auto-hiding and good looking sidebar. I've made it as customizable as i could. While making it my main focus was on optimization, so it's really performance-saving. Definitive version will be compiled with YYC. For more infos check my...
  14. M

    A "Key" Code

    Hi GameMakers! It's me again and I need your help again! This time i was doing a key like in dungeon crawlers to train my creativyty in programming (yes, that was my self-made project) And i got an error that says: "Wrong number of arguments in a function or script" in...
  15. S

    Asset - Extension Execute Shell (for Windows, macOS, and Ubuntu)

    Download from xProcess from itch.io instead; Execute Shell is no longer receiving updates in favor of xProcess which offers a lot more functionality (which can be seen in the screenshots on this page). Download here. Add me on Discord to get faster support than email: Samuel Venable#5465. MIT...
  16. A

    Rewrite this code?

    Please teach me a simplier way of rewriting this! In full detail! Thank you! <3 ///Set the arrow if Blood_level = "Off" { check1 = spr_arrow; check2 = nan; check3 = nan; check4 = nan; scr_dropdown_update(); } if Blood_level = "Low" { check2 = spr_arrow; check1 = nan; check3 = nan; check4 = nan...
Top