howto

  1. M

    Completely new to programming. How should I go about it?

    This year I learned Math for the first time. No kidding. It's not that I never went to school or something. But I never felt learning anything new from my Math teachers. After graduating from Uni and wondering about for about 5, 6 years trying to "find myself", make a living (aka finding ones...
  2. AceKiron

    How to ask better questions

    I often see people asking programming related questions, which is fair, all of the forums I visit are programming related. However, sometimes people ask vague questions, here's an example based on an actual question I got asked today: So I decided to give some tips on how to ask better...
  3. csanyk

    Question - General Markdown in Marketplace listing vs. in comments

    I can't get a hyperlink to work in a response to a comment left on one of my marketplace assets, GML Tetris. The same syntax does work in the asset listing, but it's not working in the comment. I thought comments/responses also supported markdown. How do I do it?
  4. L

    Date not working

    I want to create a system that do this if it is monday i get level 1 to play but if its tuesday than level 2 but i can't get it working i want this real_day = today; if (real_day = "monday") { game_level = rm_level_1; } else if (real_day = "tuesday") { game_level = rm_level_2; }...
  5. D

    How Can I make own multiple choice events ?

    How Can I give a popup to user asking simple " yes " or " no " question just like show_question ? instead of using boring show_question " yes " or " no " popup how can i show my own beautifull popup ?
  6. D

    Windows How can We Make a Random Value & Change It every 40 Seconds ?

    As The Title Says... How can We Make a Random Value & Change It every 40 Seconds ? for example i = random(10); and changing value of i every 40 seconds(unlimited times)?
Top