zackKim's Forum Posts

  • 7 posts
  • dop2000 Thank you so much! I will have to look into using families a bit more. Efficiency is definitely not my strong point. :)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello!

    I am making I game with many iterations of the same sprite, but they must all be different for the background code to work. At the moment, I am copying all the events and one-by-one changing them to a different sprite. Is there a way to select all the events and switch them to a different sprite at the same time? This would save a lot of time.

  • Hello,

    I have been working on exporting my C2 game to Android through Cordova. I used to use Intel XDK until it was shut down. Now, I have been natively going through the command prompt (Windows 10) with npm to build into an APK. It worked fine the first couple times, but then this last time, the app had the default Cordova icon and when started, it pulled up a "Device Ready" screen with the Cordova logo on it. The only answer I could find had something to do with exclusion filters on Eclipse, but there are 15 or so "flavors" of Eclipse, and I don't know what an exclusion filter is. Also, are apps built like this ready for deployment? Should I lock them with a signer?

    Thanks for the help,

    ZackKim

  • Thanks! That wasn't my problem, but I appreciate the support! I actually fixed the problem. I have been using Kenney tilemaps, and the tiles are HUGE! So, I scaled them down and the bug fixed itself. I have no idea why this works, I just know that it does.

  • I'm not good at HTML... Could one of you please make me a controller with just two buttons? A 'Left' and a 'Right'. That would be amazing.

    Thanks!

  • Problem Description

    My tilemap is squishing to a weird size. Its showing several blocks when I only selected one. I have tried changing the size of the squares, and that doesn't help. RickUSBstick had the same problem.

    Attach a Capx

    I don't know how to attach a .capx file. I am new to the forum. If you let me know how, I have one to post.

    Description of Capx

    Steps to Reproduce Bug

    Observed Result

    The placed tiles are squished to put several tiles into one tile.

    Expected Result

    The tiles place as shown on the tilemap window.

    Affected Browsers

    • Chrome: N/A
    • FireFox: N/A
    • Internet Explorer: N/A

    Operating System and Service Pack

    Windows 10 1067

    Construct 2 Version ID

    Beta r239 (free version)

  • I'm having the same problem. It's really annoying.

  • 7 posts