WixeyPixels's Forum Posts

  • Hi AllanR, thanks for helping me out.

    I've added the gold projectile as a new animation and the original issue is fixed, but I can't work out how to get the enemy sprite to display the new colour, I just keep getting the original red one. I've tried adding a new event, sub-event and condition but none of these are working.

    I also noticed the bug where the game doesn't end correctly sometimes. So far I haven't been able to work out what's causing it.

  • Thanks Tom, don't know how I missed that.

  • Hi,

    Is it possible to delete an unpublished game from Scirra Arcade? I can't find an option anywhere to do this.

  • Hi,

    I've run into a small but annoying animation issue while play testing a nearly finished game. On getting a certain score the player sprite's projectile sprites change colour, and the enemy sprite is supposed to change as well. The enemy sprite sometimes changes but randomly displays the pre-high score colour scheme instead. How do I fix this? Link to the c3p file is below.

    drive.google.com/open

  • I re-uploaded the zip file to the arcade and it seems to be working now. Is there a way to remove/delete the previous unpublished game?

  • Try Construct 3

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

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

    The problem's still occurring even after configuring Chrome to allow cookies and removing the Clear LocalStorge event. The Highscore feature works fine when I test the game in Construct 3 but on the Scirra Arcade site it keeps resetting back to zero after a Game Over. I've included the c3p file in case there's an error I've overlooked somewhere.

    drive.google.com/open

  • Hi Ashley,

    Thanks for the reply. I've found the issue - I accidentally left the "clear LocalStorage" event in the event sheet, it's working properly now.

  • Hi,

    I'm in the process of uploading a game to Scirra Arcade. On play testing it I noticed the ability to save high scores and any event including LocalStorage no longer work. Is this feature disabled on the Arcade site? If so, is there an alternative function that would work?

  • Hi Neopeo,

    The slopes/hills were added as separate sprite objects. Would the "slopeAngle" variable work in this instance? I'm still having a lot of difficulty getting instance variable to work properly.

  • Hi,

    How do I get a sprite with the Platform behaviour to move up/down (or align with) hills and slopes, instead of just moving in a straight line?

    I found a similar post which suggested using "Playerbox is overlapping platform > set playerskin angle to "platform.angle" but this didn't work.

  • Many thanks, AllanR. :)

  • Hi, I expect there's a really simple to solution to this but I've been stuck for hours because of it (still very new to this). I'm in the very early stages of making a game where the player sprite moves constantly to the right, but after a few seconds, it disappears - can someone please explain why, and how to fix it?

    c3p file link here: drive.google.com/open

    Tagged:

  • Hi,

    I'm currently using "toggle silent" to toggle my game audio on/off via a touchable sprite, but can't figure out how to make it so that it's possible to toggle sounds and music separately. I've tried using tags and "set silent", but the sounds still play.

  • Hi, is there a way to get a sprite to play an animation after it has been rotated 360 degrees (using "on hold over object")? Thanks in advance.

  • Many thanks plinkie, it's working now. :)