object name

  1. J

    GameMaker How to change Naming Convention Suggestions?

    When I load in my game, it says name suggestions and says 'obj_objectname'... I use lowercase camel convention. Where in settings can I change it to suggest the convention I use? I couldnt find it anywhere.
  2. MartinK12

    GML [SOLVED] How can I use object name in switch statement?

    I've created this simple code and depending what kind of object is selected I want to perform different actions on it, but looks like I always get default case. I don’t know where I messed up? Thank You for pointing my mistake :) if mouse_check_button_pressed(mb_left) { instance =...
Top