osiahene's Forum Posts

  • I'm creating a game that asks the player to drag sprites and place them on top of each other in a specific order. If the player is on the right track they will get positive feedback and the opposite if they place the sprites in the incorrect order. Is there any way to do this?

  • Thanks for the help!

  • I need to create an object every 7 seconds. how can I do that with the timer?

  • Can you explain that further? I don't really understand

  • I set an object to be created every 7 seconds on the game screen. When you lose all your lives it sends you to a game over screen. There is a try again button that sends you back to the game screen. The problem is that a second object spawns too quickly after the first one when you choose to retry. How would I fix this? I've tried grouping the every seconds event and deactivating it on the lose condition and game over screen but, it didn't work.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks a bunch!

  • When exporting a game to a website like itch.io what exactly is the process? I know the index.html file should be directly inside the zip but, how do you do that? I've tried so many ways of doing this, all unsuccessful. Please help!

  • In construct 2 can you make it so a player can draw shapes and have them be recognized? For example, if a player draws a circle the circle would appear and construct 2 would recognize it as a circle. If so could it do the same for numbers? This question is for the touch object mind you.

  • Thanks, that did the trick!

  • So I'm making a game where you need to drag 2 different objects to 2 different respective sides to diminish their number. The objects continuously spawn every 2 seconds and when 5 of either object are on screen at once you are supposed to be directed to a lose screen. My problem is that you are not directed to the lose screen.

    dropbox.com/s/5t1v1q97vwvzghz/red%20vs%20blue.capx

  • What if I'm making a kind of Break Out game. How would I make it so not all the objects get destroyed without making separate objects?

  • How do I make different instances of the same object? Like if I want to make lots of coin objects without making a new object for each coin.

  • Thanks!

  • How do I make it so a player sprite will move a certain distance after each move? Like if you press the up arrow key the character will move 32px up every time. Similar to the movement in Frogger.

  • How would I make it so a path will fade away at the start of the layout. I want to make a game where the player needs to remember the path after it fades and reach the goal without straying from the path.