lionz's Forum Posts

  • Share the new file you mentioned that shows the issue and I can take a look.

  • When you say matrix are you referring to the array? What you're describing is the default, they are global. When you change layout the value at 1,3 should be the same unless you pressed a key.

    Maybe you unticked global on the array object although that would be unusual. Or commonly people have events to reset the array on start of layout which can interfere with it.

  • Do you have events that clear an array on start of layout?

  • I hate to respond with the same thing again I'll just copy and paste it : You are not meant to use your own ads before it's published, even says it on the link you shared. You can however set up your device as a test device on admob, this allows you to test your own ads in a safe way.

  • Just from the screenshot I see you have both sounds under an every tick event, probably you want them under a trigger once event or they will play constantly.

  • The objects have instance variables, you can use global variables for more general things like player hp or score.

  • "However, the arrows in my project are appearing a split-second before the jump is able to be repeated." Looks fine to me, they appear as expected.

    The arrows can always be clicked, making them invisible does not make them inactive as you say. The problem you are seeing is that you've used a tap gesture which isn't always simulated well with a mouse click so sometimes it doesn't work.

  • You'll need to use a variable and add it as an extra condition to differentiate what has been picked before. For example if one is picked you set the variable to 1. Then the main condition is to pick a random instance where variable is 0.

  • Well you're almost there because you created the platformID variable but never used it and I see you attempted a system condition so that's also in the right place. Where you have the disabled system condition you need to add 'wheel object pick by UID > platform.platformID'. This picks the associated wheel with the platform you just landed on as linked by the variable.

  • There is slightly less pink in dark mode lol

  • > You are not meant to use your own ads before it's published, even says it on the link you shared. You can however set up your device as a test device on admob, this allows you to test your own ads in a safe way.

    For me the test ads don't even work unless I'm using Google's ad unit ID. Is that supposed to happen? I already have the "Test Mode" setting checked.

    Not really sure what you're saying here...

  • Like this you can see how it picks out the one you are dropping.

  • This is where you use Families. Add all the objects into one Family and say mouse over Family, set variable to Family.objectypename.

  • You are not meant to use your own ads before it's published, even says it on the link you shared. You can however set up your device as a test device on admob, this allows you to test your own ads in a safe way.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes you need to press the padlock on the layers bar to lock the layer then it can't be selected, this is a common feature like with art software.