tutorial

  1. matharoo

    GameMaker Smooth Camera + Pan/Zoom [YouTube]

    GM Version: GMS2 Target Platform: All Download: https://www.dropbox.com/s/6npeyqa27jj8tvv/cameras.yyz?dl=0 Links: Below Summary: A tutorial that covers creating a smooth camera and implementing panning and zooming. I mainly made this tutorial to let people know that they don't have to use...
  2. J

    Windows Can't create debris of space rocks tutorial

    (I usually just read in english, sorry for miswriting) I tried to destroy bullet after trying to create debris, erase the debris image_alpha -= 0.01 and destroy part, resize to 5x5... and still not creating debris (yes, I saved everytime).
  3. Yaazarai

    Quick Ray-Traced (QRT) Lighting Tutorial

    GM Version: GM:S 2 (2.2.1.357 IDE, 2.2.1.287 RunTime). Target Platform: Any (As long as they support GLSL ES Shaders). Difficulty: Hard Download Example: Google Drive GitHub: Repo & Technical Writeup Summary: This tutorial will cover the difficulties of lighting and my specific solution using...
  4. flyinian

    GML looking for good tutorials on coding data structures

    I am looking for tutorials on data structures. mainly for ds_grids, ds_lists and ds_maps. I've spent several hours searching the web and haven't really found what I am needing. I am currently trying to add tile collisions to data structures and clueless on how to do so. I am basically looking...
  5. D

    How To Manage Controllers Without Using The Room Manager

    GM Version: GMS 2 ( Can be easily modified for older versions, just replace the instance create calls ) Target Platform: ALL Download: Pastebin | Github | GMC Marketplace Links: More Detailed Article Summary: In short, this is how you can manage all of your controllers in one code window...
  6. O

    GameMaker Tutorials for making items for an rpg.

    I'm beginning to work on an inventory system and was going to start with making some items to actually place i there but I can't really find a tutorial for doing this does anyone here know of some good ones? (I'm not sure if I should be posting this in "programming" if there was a better place...
  7. D

    Windows My first arena shooter Tutorial won't download

    Hi, I can't download any of the "My first arena shooter" tutorials, I want to do the code one but whenever I click the download icon it Will fill the bar but then nothing happens… I tried downloading from the browser but it didn't work, also clicked the eye icon and then "download for studio 2...
  8. Evanski

    How to properly put your GML Code/Visual in a Forum Thread

    Today's guide will be about how to properly put code in your forum thread, I'm putting this in the programming forum because it will be easier for people who commit this crime to see it and learn how to create a thread properly. If you would like a more serious and detailed tutorial please read...
  9. PartTimeCrazy

    GameMaker How to make this camera code work for iPad?

    So i've used the camera tutorial that is part of gamemaker and I *think* I understand it but i may be missing something. This is the code I have set up: theWidth = 812; theHeight = 375; view_enabled = true; view_visible[0] = true; view_xport[0] = 0; view_yport[0] = 0; view_wport[0] =...
  10. C

    Legacy GM Level unlocking system

    Hello everyone. Well, as it is in the title I am intending to make a system sismples of unlocking levels, in addition to unlock saving in an .ini file. Guys, help me, please. Thank you!
  11. M

    GML Space Rocks Tutorial

    Sorry if this was mentioned, I did some searches but was unsuccessful I was running through the GML version of the tutorial for space rocks and run into a problem with splitting the rocks when you shoot them. The code provided in video and tutorial window results in an error. I know it happens...
  12. T

    Graphics Room Transition Effect

    GM Version: 1.4 Target Platform: ALL Download: N/A Links: see video below Summary: Learn on this series of tutorials how to create awesome and easy room transition effects with only 1 object! The series has a basic tutorial (for initial setup) and then different tutorials for different effects...
  13. L

    Dashing Game tutorial

    GM Version: Studio 1.4 Target Platform: Windows Desktop Download: (see video) Links: Youtube Summary: How to make a cool and simple dashing game. Part1: You can also suggest what you would like to learn in the next part.
  14. Let's Clone

    Legacy GM Frogger Clone Tutorial for Beginners

    GM Version: 1.4 Target Platform: Windows/Mac OSX Download: N/A Links: (Assets) https://www.dropbox.com/sh/mij6gexds6pibd2/AAArtt12gM9Jq7bDxy8rZkjEa?dl=0 Summary: Welcome to Let's Clone! This YouTube channel is composed of tutorials on how to clone classic titles such as Space Invader...
  15. C

    Legacy GM Move the player in the opposite direction of the shot

    I'm creating a platform game and I wanted your help. well, I'd like to move the player in the opposite direction in which he's shooting. Ex: shoot right and move the player to the left. I would like to move the player in all 8 shooting directions. I'm a beginner in GM:S and I really need your help.
  16. V

    Is This Legal To Sell?

    Hello All! I'm Val, a new community member as of today! I'm hoping to get some clarification from you GMC regulars on an issue I've been thinking about! I'm following along with some great tutorials from Friendly Cosmonaut (The Farming RPG Tutorial) and I am wondering if there are any...
  17. Michael McMullen

    GameMaker Building a Lights Out Game

    GM Version: GameMaker Studio 2 Target Platform: All Download: N / A Links: N / A Summary Join me in learning the basics to build a simple lights out puzzle game in GameMaker Studio 2. You will learn concepts such as Arrays and how to loop through them. Game Preview Part 1 - Initial Game...
  18. PlayerOne

    Creating a scrolling menu V.2 [1D/2D]

    GM Version: GMS2 (unconfirmed if it works with GMS1) Version: 2.1 Links: None Downloads [GMS2]: https://drive.google.com/open?id=1EBv7k8nBeuvNkbr7RecvaxizQ4ikv0Ru Change Log: v2.0: Release v2.1: Added image, Fixed some text NOTICE: Due to...
  19. Turkish Coffee

    Design Need help with Designing the Tutorial

    Hey, I have a 2D-RTS game that you can check here and I'm trying to put some, very few texted tutorials in it. The thing I'm confused about is where do I put the text. The game starts with a black screen from the campsite and the came moves towards the player, so player sees where he/she...
  20. F

    FNaF Creating

    I was trying tutorials, but they are too old.I really want to make FNaf Fan-made game.Can somebody help me?
Top