Kritter5x's Forum Posts

  • I'm making a simple quick-fire golf game using tilemaps as the levels.

    Right now I only have one stage for testing, but ideally I'd like to have a bunch of levels stored somewhere, and when a stage is complete, it randomly loads a new level into the tilemap and resets the ball.

    I have no idea how to achieve this though, I tried searching the forums and found similar questions but no real answers that seemed to work for me. I did download a program called Tiled to make levels in but can't seem to get them to load.

    Any help or examples would be appreciated, thanks!

    Tagged:

  • Any way to get the bullets to move much faster without clipping through geometry or enemies?

  • Got it, thanks! Still wrapping my head around behaviours and such.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi, I'm new to Construct though I've been using Clickteam Fusion for years so I kind of know a little bit. Just mucking around with the free version.

    I'm trying to highlight a selected instance of an object so it looks like this:

    Basically what I want to be able to do is click on the button and have it create a star over a button that I click on. The buttons are on a scrollable menu so the star needs to stick to the object that's been selected when it scrolls left or right.

    Any help would be greatly appreciated!