• 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!

slime

  1. KidinCTRL

    GameMaker I can't make a path reverse sprite change

    I'm trying to make a path sprite change for my enemy, here is the code: spd_path = 4 hspd = 0 left = -4 right = 4 path_start(path_slime,spd_path,path_action_reverse,true) var move = right - left hspd = move * spd_path if hspd != 0 image_xscale = sign(hspd) hspd means horizontal speed. I'm...
  2. MeBoingus

    Alpha JellyTale Online - MMO Adventure Platformer with RPG elements

    JellyTale Online is a platformer MMO with a focus on adventure, item collection, and real-passage-of-time events. It is based on a popular multiplayer game made with GM in 2009, Slime Online 2 (and thus also the predecessor, Slime Online). The original developer (BlaXun) has given me his...
  3. JasonTomLee

    Asset - Graphics Slime Platformer animations

    A set of Slime animations for your platformer games! Many more animations, effects and sound effects will be added. Check out the main Itch.io page for updates. Download directly through Gamemaker Enjoy!
  4. W

    Different attacks

    I am trying to figure out some non standard attack sequences for some of my characters and enemies... My problem is I cant decide on a good attack for a weak slime. they have the possibility to be so versatile that I cant decide on what would be the best :/ here are a couple rough ideas...
Top