print

  1. FrostyCat

    Beta GMIceCream: Better debugging with ic()

    GMIceCream Better debugging with ic(); Overview GMIceCream is an implementation of the IceCream debug protocol in GML. With just a simple call to the ic function, you can transparently insert debug messages anywhere in your code without ever losing track of where they came from. Downloads /...
  2. T

    Is there a way to use screen_save to get a desktop image?

    I need to make a transparent background, I tried other ways to do it but they didn't work :( so I want to know if there is any way to do this with the screen_save code.
  3. Pelican Police

    Legacy GM Deleting characters/newlines from the console

    Recently, I discovered by accident that it was possible to delete characters previously printed by show_debug_message(). The broken code was something like: show_debug_message("Test 1:"); show_debug_message(string_copy(someString,-1,-1) + " id: " + string(id)); show_debug_message("Test 2:")...
  4. L

    Question - IDE Print source code from IDE?

    I don't think I have missed this, but I don't see any way to print the source code in the code editor. You could copy and paste to another program and then print it, but you would lose the syntax highlighting.
  5. L

     GM2: Print function inside Game Manual

    I sure hope the print function inside the Game Manual of GM2 will be implemented. I used to print lots of pages out in GMS 1.4 to study away from the PC. I would really miss this feature... I'm missing it now! :)
  6. M

    Documentation as PDF or other printable format

    Hello, is it possible to get the official GameMaker Manual/Documentation in PDF format or any other printable format? I like to take notes, place bookmarks/postits and therefore a printable version would be very nice. I could imagine that others might also be interested in an epub, etc. version...
  7. LittleAngel

    Print in a game

    Hi, I didn' find any instruction to print a page. Do you have any idea how to do this for a windows game and also for a html5 game? I would make a coloring game and after to print the page. Thanks for your help !
  8. Surgeon_

    Asset - Scripts Turbo Print Parser - Advanced text output formatting

    OVERVIEW: -Name: Turbo Print Parser -Version: 1.0 (Updated 25th of July 2016) -Purpose: Advanced text output formatting -Game Maker version: Studio (probably could be backported) -Target Platform: Any -Price: $2 -Documentation (.txt): Dropbox link -View on Marketplace: Link DESCRIPTION: >>This...
Top