FlippyDolphin's Forum Posts

  • I was wondering if it was possible to make a level editor in game for saving. So like people could make their own editors and post them. Like the mario maker level editing thingy but 1000000 times worse.

  • I had to add +15 to Y due to my useless offset but besides that it worked great. Thanks. This is the 4th issue youve helped me out with dop2000

  • Okay thanks

  • Also I was planning on doing tile movement but then couldnt figure out how to get it to work. Already half way through the game jam so idk if ive got time to switch over

  • Thank you. This was my original thought however this runs into issues when next to the snowball (specifically at the first one after going left twice). The player ends up to the left of the collision box of the tree above it.

  • dropbox.com/s/ss481gzj4ujrxi1/Slip%20Slap%20Snap.c3p

    It's hard to explain my issue but hopefully that makes it easier to understand. Player should stop on collision with

    Trees, Snowball, Wall and boulder

    Snowball should stop on the above as well as the exit and the cabin.

    However they sometimes stop when they are diagonal from one of these as it thinks they are colliding.

  • I feel like tile movement would be best but I dont think you can actually make the character continue until it hits something can you?

  • But then wouldnt it run into the same issue again but colliding with where the polygon starts?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Everything is 50 x 50. I tried making the collisional 48 x 48 however there is other objects that can move the same way as the player (such as a pushable snowball) when they are pushed now i run into an issue of having them 2 pixels to the left of the object above it which just runs into the same issue

  • Currently I am making a game where the characters slides around on ice. I am using 8 directional movement (but restricted to 4 directions) to achieve this. However I am running into the issues of hitting corners of collidables

    Also objects seem to be teleporting at start of layout which I also believe is to do with the collisions

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Oh weird for some reason my phone was returning an error message when I originally tried this. (I'm on my mobile because my baby brother peed on my computer mid game jam.)

  • Pretty self explanatory from the title

    I want to be able to spawn something where I touch but a bit to the right. Cant figure out the touch mechanic. Tried reading the manual already.