tutorial

  1. Richcraftplays

    GameMaker Basic text tutorial

    I am new to game maker and wonder if there are any text tutotials for any of the folowing: 1. save points like undertale 2. boss that folows you and sends you to a room 3. any other usefull info
  2. andriwamorimsan

    How do I make "dynamic grass" effect

    grass tutorial? - I saw this tutorial on how to make dynamic grass but I couldn't do it step by step and I really wanted to know how to do it
  3. D

    GML Visual [SOLVED] obj_player not detecting the mid-air platform while obj_player in air

    Help... I have been trying different methods and revisiting tutorials to figure out what caused the problem. Desired Action: obj_player should land on the mid-air platform, obj_lava. Problem: obj_player is falling through the mid-air platformm obj_lava. Attempts: I have tried using collision...
  4. C

    Can you create tile collisions using GML Visual (DnD)?

    I have been wanting to create collision with tiles and every tutorial is using code. This gets to confusing for me and was wondering if anyone knows how to do it with DnD or has seen a tutorial showing how to do it?. Also how many objects can game maker hold until we see problems. If I cant...
  5. L

    GML I created "SPACE SHOOTER" according to the official tutorial, but the first effect after startup does not trigger.

    This is my first post. I am writing this while translating English, so I apologize for my faltering. ■MAKE YOUR OWN ARCADE SPACE SHOOTER https://gamemaker.io/en/tutorials/make-arcade-space-shooter ■symptoms I have created a "space shooter" until the end based on the above tutorial, However...
  6. O

    Multiplayer game not creating link

    Hello there! I hope I'm coming to the right place for help on this... I've been following the official "How to make a multiplayer game with GameMaker" tutorial from the gamemaker site, and it's been going really well so far! Except... I'm on section 'How to invite a friend to mulitplayer' and...
  7. L

    Teleport in the direction of the mouse cursor by pressing a button

    Hello. I'm new to Gamemaker and programming in general. I'm developing a Topdown RPG game and I need the player to be able, by pressing a button, to teleport a distance in the direction of the mouse, but I haven't found any tutorials that help me with that specifically. Can anyone help me with...
  8. R

    GameMaker I need help with my code :)

    Hello im new here, currently following an advanced guide on YouTube to make a platform game and happen to get an issue very soon in the coding that the OC didn't get : ___________________________________________...
  9. Slyddar

    GameMaker Move and Collide with Slopes

    GM Version: 2.3 Target Platform: all Download: see video Links: n/a Summary: The new move_and_collide function provides simple collisions with minimal fuss. You can have a platformer with slopes using a very small amount of code. There are a few tricks to getting it working correctly though...
  10. zee86

    SOLVED Little Town Tutorial - Barrels disappear when applying depth

    Hi all, I'm following this tutorial. The barrels disappear when I launch the game after I've applied the depth as per tutorial (they were showing fine before applying depth). Here's what I've done: 1) Added the depth to the obj_player: /// @description Insert description here // You can write...
  11. rdyEmber

    GML Is there another tutorial on how to make stamina bar?

    Actually I looked at two of the existing tutorials and they did not worked for me, maybe perhaps its because of code I madefor controls, idk. I need a small-little bar that goes on the top of screen and scales down at x when you're using stamina, and scaling up at x after some timee, meaning...
  12. Whitecat3

    GML Easy Stella/Trail/Ghost Dash Effect

    Hi all, I recently coded a "ghost trail" effect for my current project. Before doing it I looked for ideas or tips to do it, but since I couldn't find something that convinced me, I decided to implement it on my own. As a thank you to all the help I have received from this forum I have decided...
  13. T

    GameMaker Problem with Textbox in a Tutorial series

    currently very far into this tutorial series but I got stumped at 7:30. I typed it correctly I thought but at 14:30 I got an error as soon as I tried it. note: the textbox was working until this video. Error: ___________________________________________...
  14. Yaazarai

    All About 2D Global Illumination

    GM Version: GMS2, IDE 2022.6.1.26 Target Platform: Any That Support GLSL ES Difficulty: Advanced Demo: Executable (see "Features" section for controls) Github: Repo Source: Godot Tutorial Input Scene on the left (yellow/green lights + purple rendered at mouse at runtime). Output GI scene stages...
  15. bradleybrand

    Newbie to GameMaker

    Hello everyone. I am a beginner to GameMaker and I have it installed on my Windows 11 computer. I have looked at some YouTube tutorials and videos of Shaun Spalding. I am somewhat inspired by games of the Nintendo Entertainment System (NES) such as Zelda and Mario. I also have inspiration from...
  16. steviefrank

    Game maker quickstart guide example issue

    HI, I am going page by page through the manual and am at the following Quick Start Guide: Drawing: Drawing Sprites: The heart example The heart represents lives and every time I click enter it is supposed to go down a life (3 then 2 then 1 then none) but instead it is flickering through the...
  17. R

    GameMaker error when trying to apply gravity to the object: o_game

    as you can see i get this problem when i try to get a value for the gravity. I did it how this tutorial said to do it but it still gives me the report. i know this is probably a problem with how the new version works but i dont know how to fix it. i can provide screen shots of my code if needed.
  18. Jorg Gjer

    Inventory System Flexible and easy to implement.

    GM Version: 2 Target Platform: Windows or all Download: NA Hi. Need an inventory system for your game ? I made a youtube tutorial on an easy to implement inventory system. There is 4 parts. Part 1 is just a setup. Part 2 is Item Setup. Part 3 is the scripts you need, and part 4 is using the...
  19. MFcoffee

    Simple Scrolling Menu

    GM Version: GM: Studio 1 Target Platform: tested on Windows Download Link: https://ufile.io/5sasnt4q Summary: A very simple scrolling menu that I made for someone. It's uses an Array system, which it uses to incorporate Scaling and Fading for the "Options", giving it a nice simplistic look...
  20. Coeniq

    Memory allocation failed

    Hi there, so I am following a tutorial, which is pre-2.3 so old scripting, however I can't understand how the following could happen. I am pretty much a total beginner, I tried however to use the new 2.3 scripting The tutorial...
Top