Notepad Programming Tutorial – Using User Input

[ad_1]
Brand new 2017 Game Maker Studio: 2 Course available right now

In this video we look at using that input that we learned in the last episode. If you have any questions then be sure to leave a comment or contact me on twitter; realtutsgml. If you learned something then be sure to leave a like, comment, favorite and maybe even a share.

Have you ever wanted to create games? Have you ever gotten fed up with it being to difficult? Well now is the time to thank me and possibly subscribe because you have just found the channel for you! Game Maker Tutorials, Java Game Programming, Unity3D Tutorials, Batch, C++ and much much more! This is the channel for you, the one stop shop for an exploration of your hidden talent as a game developer. Unleash your potential and go wild with imagination when you finally figure out how to make any game you want!

Visit CodingMadeSimple for more exclusive tutorials and get the help you need to succeed as your very own indie game developer!

Follow me on twitter for exclusive content and interaction with me!

Game Maker Studio: Programming
Game Maker Studio: Tutorial
Java Programming
Game Programming
Game Tutorial
Programming Tutorial


Posted

in

by

Tags:

Comments

38 responses to “Notepad Programming Tutorial – Using User Input”

  1. Caden Amstutz Avatar

    For some reason I can't open the file it closes automatically on this lesson

  2. Milo the gamer Avatar

    Thank you. that are some really really helpful totorials. thumbs up πŸ™‚

  3. Bit Games Avatar

    THANKS I REALY THIS HELP MAKING A GAME THANKS!

  4. thiha naing Avatar

    I cant make multi input this is my program:set /p input=Select Mc or Roblox:
    if %input%==1 goto Mc
    if %input%==2 goto Roblox
    pause;
    :Mc
    echo Minecraft Yaay
    pause;
    :Roblox
    echo Roblox Yaay
    pause;
    when I chose roblox it go to Mc first and when I press something its go to roblox help

  5. Mayo Is My Jam Avatar

    First video ever seen with 2 dislikes. there should be 0 though

  6. dapresedent x360 Avatar

    awesome awesome awesome!

  7. Elijah Plays Avatar

    Very Action-Packed Game!

  8. Simon Mygind Avatar

    awesome tutorials. Part 3 did not work but this one did thanks πŸ™‚

  9. Double H Avatar

    It doesn't add numbers this is my code
    @echo off
    set /p number 1:
    set /p number 2:
    echo %number1% + %number2%
    pause;

  10. Dj Goldy Avatar

    Help me it doesn't work when ever I type 1 it just closes somebody help me out

  11. FlamingWings7 Avatar

    my code is not working, could someone please help me?
    echo hello sir/madem
    pause;
    goto user name imput
    pause;
    exit
    :user name imput
    cls
    echo what is your name:
    set /p Name=
    echo the name you have entered is %Name%
    pause;
    echo is this name correct (Yes/No) then hit ener
    set/p "cho=>"
    if %cho%==Yes goto class 1
    if %cho%==yes goto class 1
    if %cho%==no goto user name imput
    if %cho%==No goto user name imput
    echo %cho% is not valad
    pause;
    goto user name imput
    goto class 1
    :class 1
    pause;
    echo ok then %name% i think that we could be freinds.
    pause;
    echo i hope that you think that we can be frends too %name%
    pause;
    goto class 2
    pause;
    exit
    :class 2
    cls
    pause;
    echo lets play a game
    pause;
    goto class 3
    pause;
    exit
    :class 3
    cls
    echo what is your favorte color red or blue
    set /p color=select (red/blue)=
    if %color%==red goto class 5
    if %color%==blue goto class 6
    echo that is not a choice
    pause;
    exit
    goto class 3
    pause;
    exit
    :class 4
    echo i have to leave lets play again sometime
    pause;
    echo goodbye
    pause;
    exit
    :class 5
    cls
    echo i like red its my favorte color too
    pause;
    echo i have to go
    pause;
    goto class 4
    :class 6
    cls
    echo i like blue too, but reds my favorite
    pause;
    echo i have to go soon
    pause;
    goto class 4

  12. Farid Asyraf Avatar

    Thank you so much!Now i Have a fully working Quiz Game!:D

  13. Numb Knot Avatar

    My coding doesn't seem to work. When I push yes or no it thinks I said yes. Could someone find the problem?

    @echo off
    :Class 1
    echo Hello m8.
    echo My name is Meow!
    pause;
    :Class 2
    echo Do you like trains? y for yes n for no.
    pause;
    set /p input=Select y or n:
    if %input%==y goto yes
    if i%input%==n goto no
    pause;
    :yes
    echo I do too!
    pause;
    exit;
    :no
    echo Alright. I don't agree but ok.
    pause;
    exit;

  14. Rodel Medina Avatar

    All of your Tutorials are very helpful. Thank you for the tutorials πŸ˜€

  15. Sedco Avatar

    take out the first pause and you dont have to put in the not all that

  16. Kyle Smith Avatar

    Could I use words instead of numbers ???

  17. Arjan Kerkhof Avatar

    i got a problem do you could solve it
    @echo off
    :name
    set /p input=your name:
    if %input%== arjan goto password2
    if %input%== diana goto password2
    echo %input% is not valid
    goto name
    :password
    :password2
    set /p password=your password:
    if %password%== arke99 goto arjan
    if %password%== verooij3397 goto diana
    echo %password% is not valid
    goto password
    :arjan
    cls
    echo welcome to your menu arjan
    :diana
    cls
    echo welcome to your menu diana

  18. WillPower9982 Avatar

    You make the best tutorials πŸ˜€ πŸ˜€ πŸ˜€ πŸ˜€

  19. RealTutsGML Avatar

    Haha Yeah this is back when I used another recording software, sorry about that. I recently just changed all of my videos to say that at the end. My bad. You can still clearly see the code though.

  20. TheAndy051 Avatar

    Can i ask how do you type a range of numbers like instead of 1 or 2 how can you do 1 to 10??

  21. Christian Knight Avatar

    Please make the next one

  22. MrSilenceCat Avatar

    cant wait till next tutorial im making a choose game like do you want to pick up the sword or leave it on the ground that kind of stuff.

  23. MrSilenceCat Avatar

    i like these tutorials

  24. idontknowwhattoputhere Avatar

    i want to you put all ther tutorials to one video!

  25. RealTutsGML Avatar

    @exacutor9 Thanks I'm glad you like them and thanks for the suggestion

  26. excut Avatar

    i am surprised at how little people watch such a great and informative video. what i would suggest is show a tutorial of you using another program made for programming and how to use it.

  27. Mrayis100 Avatar

    Just found your tutorials on notepad. Just gotta say they're really helpful!

  28. Jake Sykora Avatar

    Yes more notepad programming would be great

  29. RealTutsGML Avatar

    Thanks! What do you want more of? notepad?

  30. Jake Sykora Avatar

    these videos are really helpful and you should make more

  31. SlumdogBabu Avatar

    @RealTutsGML could u upload them rite now plz

  32. RealTutsGML Avatar

    @sreeshman1 I've already got parts 1 and 2 done just got to upload them XD

  33. SlumdogBabu Avatar

    hey when are u goin to make the side-scrolling shooter tut with gm

Leave a Reply

Your email address will not be published. Required fields are marked *