lionz's Forum Posts

  • Your issue here is that it's spawning objects while you can't see the layout. Is this right? The game will run events for all layouts even if you're on a different layout if the conditions are true, so events such as every X seconds will be running even when you can't see the layout.

    Please explain what you would like to happen. A .capx or screenshot of the events would be good.

    If you have set up an event that checks if you're on a given layout before triggering the sub-events then this should work. If it's not working as expected then it is set up incorrectly and we probably need to see how you have set up the events.

  • I may be wrong but I don't think this is possible. Just use two text objects.

  • Add Pin behaviour to the cape. At the time you want it to happen, pin the cape to the man. If you don't want them as separate objects, create a new animation of the man wearing the cape and update it to this one.

  • You would normally change them outside of the game?

  • Can't really assist without a .capx as I don't know when it's being triggered.

  • If player is not jumping

    AND jump key is down > Play Idle animation

    Although it's not really clear why you want the player to move left/right etc when they are pressing the jump key.

    If you have it set up as:

    On jump key PRESSED > Jump

    then holding down the jump key after you have finished the jump shouldn't do anything either.

  • Good job! My work is actually Sony compliance for game submissions at EA so if you need any advice give me a shout. Currently on PS3/PS4.

  • Darklinki

    Doesn't let you PM admins. I could email Scirra support but it might be better if someone responds for all to see.

  • I made a .capx here > LINK

    Click next to go to a random question.

  • Firstly, congrats to NotionGames for getting their game up on the Store.

    I have a few questions about it or would like a link to some info if it exists as the paid games up on the Store seems to be a recent thing.

    1. What do you need to do to qualify to have your game added to the Store as a paid for app?

    2. If anyone can do it, do Scirra take a % cut of anything?

    Would be good to know this info to decide whether I would like to work towards something like this.

    Thanks!

  • For the second game, use rand(min,max) to select a random number then have each number relate to a question/layout.

  • Set Sprite4 jump strength to 0

  • Time travelling penguins with lasers.

  • You could create an invisible solid platform with sine behaviour so when the player is on it they will appear to bob up and down.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ah yeah I guess you can just set to invisible or destroyed when collected and if it's Persist it remains gone