Game Maker Tutorial – Platform Engine

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

Game Maker Tutorial Platform Engine

In this video we look into creating a platform game. This is the first of the series and love to teach you guys how to start making your own games! 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

29 responses to “Game Maker Tutorial – Platform Engine”

  1. Tom Holden Avatar

    Thanks. This helped a lot!

  2. Iron Spartan Avatar

    when i try to launch it it says that theres a error in the script on line 1 position 4 plz help

  3. thepro Account Avatar

    Programming tip! Use ";" after some stuff. Remember, do not use it during statements (like if, while, e.t.c,)!

  4. srikant nair Avatar

    Hey is it possible to make cinematic platformer ?
    i mean i can do a regular platformer but it doesnt have "pull effect (turning animation)" while switching directions! also climbimg over ledges and implementing it with animations!
    basically like the old prince f Persia games.
    it seams like any key press happens after the animation is completed!
    i already have some rotroscoped sprites ready!
    any tutorial would be much appreciated 🙂
    thankyou!

  5. Yuzu Avatar

    How do i use letters instead of arrow keys?
    I tried to use vk_a but that didnt work.

  6. Dlastons Avatar

    Hey I'm having a problem.
    I did exactly what you do, but when I jump into a wall, I get stuck and then a second or two later, I fall down. Does anyone know how to fix this?

  7. Nexusrex Games Avatar

    COMPILATION ERROR in Script: gravity Error in code at line 3: gravity = 0.5 ^ at position 14: Variable name expected.

  8. ca5ualm3dia Avatar

    when i press the green play button the preview screen is all scrambled any ideas 🙁

    ok i got the sprite to land on the floor but it keeps emitting  its self  like a particle

  9. PatientZero Avatar

    nevermind I already found! Keep it up man!

  10. PatientZero Avatar

    I've come accros one problem, i have drawn my own sprite but it's not a cube so maybe that's why there's a problem

    ..but my character wont jump only if I add if place_free(x,y+1 but make that code -1, then it will jump but he will do it infinitife….

    he can move left and right propely tho

    can you help me please?

  11. Luka Rukavina Avatar

    i have the same problem friend! Please help

  12. Adam-Matic Gaming Avatar

    NVM I just copied all of the movement to the parent of the ground. As long as all of my surfaces are parented to one another, I should be fine!

  13. Adam-Matic Gaming Avatar

    I also am not getting any errors, I just can't move.

  14. Adam-Matic Gaming Avatar

    I know that this video is old but I was wondering if you could answer my question.
    I have tried many things to try to get him to move, but my player just won't do it. I thought that maybe he was getting stuck in the ground so I changed the sprite to a box. That didn't work. I tried a simpler way of getting him to move. That didn't work. I don't know what to do and I need your help!

  15. iOpticFibre Avatar

    it says on word else operator expected? plez reply

  16. Carlos Burroughs Avatar

    it keeps saying there is an error with my line three

  17. PainPerdu Avatar

    in the player step for the jump button change the {vspeed -= 15} to {vspeed -= 7}

  18. AwesomeRepix Avatar

    "Go ahead and go in there."

  19. James Laminski Avatar

    my character gets stuck on walls??

  20. meatwadguy Avatar

    how do i make him not jump as high??

  21. Brandon Hardy Avatar

    how do i make the Gravity change directions?

  22. PROgrammer8 Avatar

    Instead of typing in "&&" you also use "and"

  23. LeggyGuard2 Avatar

    nevermind i just changed (x,y+1) to (x,y-1)

  24. LeggyGuard2 Avatar

    for some reason i can't make my character jump even tho i assigned it to Vk_up and i can't jump

  25. RealTutsGML Avatar

    no no its { } not ( ) so its { x += 5}

  26. BlacKidX11 Avatar

    ERROR at line 3 pos 54: Unexpected symbol in expression

  27. BlacKidX11 Avatar

    FATAL ERROR in
    action number 1
    of Step Event
    for object obj_player:

    COMPILATION ERROR in code action
    Error in code at line 3:
    if keyboard_check(vk_right) && place_free(x+5,y) (x+=5)
    ^
    at position 53: Symbol ) expected.

    I copied everything you did and still have some trouble.
    Please get back to me soon. Great Tuts though keep em up. 🙂

  28. RealTutsGML Avatar

    watch the video again. Also make sure the block you land on is solid

Leave a Reply

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