RobertMKD's Forum Posts

  • So, when you test a project on browser, the performance is super fine and there are no delays with clicking buttons or changing layouts.

    I wonder if that's a case for smartphones. So how can I know if my project lags?

  • In my case, it's just a window that appears and the sprite I'm using to shade the background. The window is at Z 6, while the shadow is at 5.

    The problem is that I want to make it able to close the window by clicking the background, but I can also close it by clicking the window.

  • Gotcha, my ratio is 16:9

    But how do I adapt the project to devices that have a different aspect ratio?

  • IJCT, it works, but in my case, the object is not covering the one bellow. So you can click it on one part of it, but not on the covered one.

    I've tried using overlapping at offset, but it does not work.

  • Does it matter how big I make the layout and the window? Will the project show differently on every resolution size?

    Or, I have to make versions of the whole project for each resolution?

  • I have an event that detects clicking on an object in my project. But that object sometimes gets covered by some other object, but the clicking event still works.

  • That's strange, than what is this "3 times" used for?

  • How do I turn on an event through the actions of this other event?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • When I use "For" from 1 to 3, the loop just continues and does not stop at 3. I even used Stop Loop action, but it doesn't work.

    It's the same with "Repeat"....

  • I have set values in all 3 axises, but I have no idea how to "find" them..

    I guess array_nameArray.At(0) is the way to find a value for one axis only.. How do you do it for 3?

  • Yes, that's the plan :3

  • I need some events to work in other layouts of mine, so how do I accomplish that without copying them in every single layout?

  • I'm trying to make an object upgrade to more levels using only 1 button every time, so when that button is clicked, I just upgrade it to the object with an index +1 of the previous one, instead of checking which object needs to be upgraded..

  • I tried typing down the name of the object, but it says that I need a dot or smth.. I want all objects of that type to be in the array.. How?

  • Oh thank you so much, I missed that one..