tag

  1. samspade

    Windows Tags Bug or Am I doing it Wrong?

    The manual says: "You can also add a tag to a folder group, which will apply it to all the assets within the folder. Once added, all tags will be visible under the Quick Access menu and also in the Filter options (as explained in the sections above), and so can be used to quickly filter the...
  2. TomOmNom

    Tag system in Gms2

    So, for my game I need a tag system. For example, I need be able to run a function that will check for every object with a tag. I can’t figure out how to do this, but I can’t use parents to have objects like these: breakable object A collidable object A breakable AND collidable object Any...
  3. L

    GML Puts differents object in a group (or assign a tag)

    Hi everyone ! I've a question about GML, i'm young in the world of GML programming and i'm ask myself is it possible to put multiple object under a single tag ? Like if i have 6 different plateform object, can i put on them a "platform" tag ? Thanks for your answers !
  4. E

    GML How to Solve this String Wrap Problem?

    Hello, everyone. I'm having a quite silly problem; I'll start from the beginning. I made a drawing text script that gets the tags from string and then converts these tags into new drawing functions. Having this I can't string warp the string regarding the width of it, because it will check not...
  5. E

    Skipping tags in a string.

    Hello, nice people. I'm trying to create a script that will skip the tags like "[color=...]", "[/c]", "[alpha=...]" and stuff and then return a script_copy(). /// string_copy_tag(str,index,count) // Declare variables var str, index, count, p, cst, cct, ast, act, et, l, cstl, cctl, astl...
  6. E

    Legacy GM Can you help with skipping string_insert()?

    I need to use string_insert() function with specific variable that keeps the position of where I need to insert my string with string_insert(). The string what I'm gonna insert is an alpha tag. Other script will delete this tag and make the text transparent from position keeping variable to end...
  7. M

    How much does a game sell?

    i dont know how much will my game sell, but im curious. my game will be an action platformer, 5-6 hours duration (or more if you're a casul), more or less, it will be a hard game in wich if you are a casul, you will die over and over... but if you think dark souls is easy, then, this game will...
  8. S

    Check collision by object group or tag?

    Hey there, I'm just wondering how I might be able to check if an object is colliding with an object from a specific group/type.
  9. C

    GML [SOLVED]: Parsing Strings ignoring substring

    So I don't want to create a book out of my problem, here it is: I have a string, say 'Hello [c:yello]friend[c:default]! How are you?'. That string has tags (starts with [ and ends with ]) inside of it for colors. Now, I'm trying to make a draw_text_ext that ignores said tags, but manually...
  10. M

    Legacy GM Question on performance when making large maps.

    I am working on a project that involves randomly generating a top down room. Before I was using tilesets and putting invisible objects on top. This way I could scale the object to cover a whole wall. Now if I am going to be creating a random room and I must iterate over every tile in the map, it...
  11. R

    Top collision problem when trying to stack objects

    My first post here so I hope I explain right. I have been using GM for about 3 weeks now. Made some basic games, learned some GML thanks to this great community, modded some GML on my own for my first couple games but now I am stuck. Trying to make a move and stack game. Player object can pick...
  12. csanyk

    GMC Forums Tag response "best answer"?

    The old GMC forum software let you tag a response to a thread as a "best answer". Is it possible to provide this feature on the new forums? I found it useful when skimming a long thread, and it was a nice kudo when I got one for a response I posted.
Top