ClassicQT's Forum Posts

  • Just out of curiosity would you know of any work around or any code we can write to get around tiles automatically snapping or is it just simply not possible in construct 3 atm

  • Oh I cant see the link you posted by the way

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • What I mean is that when you are clicking on the each individual tile and pasting into your map essentially "creating your map" the tiles are snapping together. For example my tile set is 8x8 they are snapping in 8x8 positions and I cant place them freely because I need precise placements because this is a platformer game.

    I think you answered my question, tile maps will never be able to be placed freely so I guess ill just use objects sprites for these precise jumps which just seems like unnecessary work.

  • Are you sure? I am looking at the templates to check like kiwi story and the tile maps are snapping with the option check off so its not just my project. Even the Alt drag is not working the tiles are still snapping

  • Yes I have turned off snap to grid in layouts. That is only for sprites and not tilemaps

    Is this possible? There is not a single place on the internet that says anything about this. How can construct 3 be the only engine that does not have the option to have no snapping for tile maps

  • It is probably dropbox things. Try this one: drive.google.com/file/d/12mt12FxMdHUVADVTIBReMpDopeARoP5b/view

    Thank you for this tutorial it helped me figure out what I need to do.I had been stuck on this for days

    I just needed to add 2 variables and take out the sub events I had. I didnt realize that in mine they are running at the same time so that's why it doesn't register they are acting on each other.

    Here is what I did to create a elevator/ lever mechanic for anyone that sees this

  • Just wanted to show even with changing values like the picture below it does not work. It only registers the first click and then wont come back.

  • Close example (but not quite) without tween: dropbox.com/scl/fi/tgummrfij1gcs5psqoeou/contoh_kode.capx

    I get a error everytime I click on the link

  • This doesn't work because both Tweens send the Platform to the same position X = 1200. One of them should be different.

    I was just messing with values my bad even I change them to different numbers it still does not work

  • I want to press a button and the platform goes left to a certain position. If I press the same button I want it to come back right to where it was.

    I want to control a platform with a button. I can get the platform to move left but it wont come back if I press the button again.

    I can get it to work with 2 buttons but I don't want that I want to use same button which will become a lever when I draw it.

    Can someone please help, there is literally not a single tutorial of this anywhere I could find

  • I have already disabled snapping in layout but my tiles are still snapping together. Is it not possible to have tiles not snapping ?