• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

clipboard

  1. VincentHellberg

    Legacy GM (SOLVED) Export DS_list as one string

    Hello GMC! I have a DS_list question. I've created a DS_list and now I'm trying to export it as text. More specifically to the clipboard. I've tried this: code = ds_list_write(global.custom); clipboard_set_text(string(code)); However, the text that are copied to the clipboard are around...
  2. S

    HTML5 In-game "copy" text to paste in another program?

    Pretty easy to understand question, but not sure if it's possible. I basically want to do the same thing as the clipboard_set_text function. Currently those clipboard functions are only good for Windows target only. Is it possible to do something similar for HTML5 target? Note: This game will...
  3. T

    Android how to share content (copy to clipboard)

    While clipboard_set_text is Windows only, is there any way to do something similar on Android? I want the user to click a button inside the game to copy a number, so he can paste it into another app.
  4. V

    Windows [AUTOSOLVED]Need to clipboard copy and paste lots of formatted txt

    I am looking for a way to clipboard copy and paste txt in and out of GM while preserving the basic line formatting as found in the txt file. Something like... str = clipboard_get_text_formatted(); //coverts Windows line brakes into the # character format used in Game Maker. // add letters to...
  5. H

    Windows Can't paste code from other applications

    I've been trying to transfer a small project over from GMS1 lately, but I've noticed that I'm unable to paste copied text from any outside application into GMS2's code editor; it seems like it uses its own clipboard, independent of my system's clipboard. Has anyone else run into this issue?
Top