mrneko's Forum Posts

  • Hi everyone,

    I am currently able to record the score after each game.

    How am I able to update the total score from accumulating the score after every game played?

    Say game 1: 20 points, game 2: 30 points, game 3: 20 points. I should have a variable that accumulates to 70 points. I tried several conditions but it keeps getting reset.

    Thanks,

    Clement

  • Thanks LittleStain.

    Just a bit off topic. Is it advisable to "Sign" APK through Intel XDK or Sign and Align on my own?

  • Hi everyone,

    I would like to show an interstitial ad on mobile devices after a player click the replay button for x amount of time. Does anyone know the right way to implement this?

    Thanks,

    Clement

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi everyone,

    I encounter the following error when I'm trying to build an Android APK.

    Error: Plugin "https://github.com/cranberrygame/cordova-plugin-game --variable APP_ID='YOUR_GOOGLE_PLAY_GAME_APP_ID'" failed to install.

    I checked Yes for both "Use Cordova Plugins?" and "Game Project?". For game project I chose Basic Canvas Game. Did anyone encounter the same issue and know a way to solve it?

  • Thanks CrudeWall. Got it!

  • Thanks LittleStain. Got it to work somehow. I am trying to create random enemies after traveling certain distance. As I mentioned, my game is vertical scrolling, is it possible to create a different enemy after y distance from the beginning?

  • Hi everyone,

    I have an object that is able to move right, left and up on touch. The game itself is vertical scrolling. When the object collides with "enemy" it is supposed to drop vertically down. However, the control is still enabled when the object is falling so when I tap right or left the object will move off screen.

    How do I disable touch control once collision happens?

    I used set ignoring input but it doesn't pick up.

    I'd also like to know how to stop object from moving off screen if possible.

    Thanks.

  • Hi everyone,

    Just started using Construct 2. I am following the tutorial/sample as given here ==> https://www.scirra.com/forum/viewtopic.php?f=146&t=76577&p=633697

    Basically I want to change my sprite to random colors when they are created. When I want to add the effect parameter on my project, I get the following:

    How do I add the setColor effect?

  • Hi Andreas,

    Exactly what I am looking for!

    Thanks a lot,

    Clement

  • Hey everyone,

    Just started using Construct 2 so need some help here. Basically I want my object to move in 3 directions by touching different part of the screen. When a user touch the right side, it will move left and vice versa. When the user touch the middle of the screen, it will move upwards.

    I used the equation below but it didn't work as I intended. I've set global vector y to -500. Currently the object is only moving towards the left side. Does anyone know the proper way to do it?