lionz's Forum Posts

  • You may need to regenerate the obstacle map

  • It's either a global object or global layer. Because you said 'unchecked' then that will be the individual object most likely because the global option is a checkbox. Likely it is the layer set to global=yes. Select the layer that the objects appear on and look at properties, is it set to global=yes? Probably check it in the object bank layout.

  • Check the collision box on the sprite, it might be smaller than the object.

  • You're stuck with bottom only until that idea is implemented. You'll have to disable banners for now if they are interfering.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Are you talking about referencing something like 'is this object scaled twice as large as another object' ? Usually you would set scale based on something else happening. For example if a button is pressed, you could set the scale lower but the check is if button is being pressed, not if the scale or scale variable is 0.5. What were you thinking of using it for?

  • Construct has the ability to create so much more than just games. It has the power to create full blown web apps. Everything except the user interface that is...

    Potentially, but the focus is on games. It's game making software.

  • This sounds like you tried to create a UI and got frustrated at your own bugs so now you want a UI template? You can probably find some premade files somewhere. I tend to avoid using html elements and use sprites, much easier to handle. Also you can't blame Construct 3 for your own bizarre approach to making an inventory UI. I made an inventory with a background image, a sprite for the slot to display an item, and an array.

  • Looks like the text boxes are already displaying the text? You said template so you didn't make this? That will be the problem. tokenat reads text from one string based on dividers which can be a symbol. You don't create a different array, any other text to display would be in the next row and based on the answer chosen you keep choosing that same position in the next string.

  • The answer depends on how you've set up to read the text file at the moment. Let's see how you're reading choices and assigning them to options in the game.

  • You've created an android app therefore that is your android ID. If you create an iOS app you get an iOS ID

  • Your admob account is not at risk if you set the mobile advert plugin to test mode, which is enabled by default.

  • Oh are you using C2. Try Rex's MoveTo behaviour if you want third party plugin, you say move from position A to position B with that.

  • Tween behaviour

  • Also your counter=50 condition doesn't seem to do much unless for some reason you are using it to catch the times you don't have 50 items in an array.