LOxR's Forum Posts

  • Here is my C3 file.

    Its a little bit older version and is buggy to.

    I just deleted my last day work cause of it doesnt worked and bugged much more.

  • Yeah i see it now, see my edit above. The hold gesture just picks all tower=1, but if you do on tower touched, it will only change the one touched, or is that a problem for the gameplay? I guess use 'is holding over object'.

    No its not a Problem for the gameplay.

    I just tried it right now, it still not working.

    Now it´s allready activated when I place my towers. But still for all towers.

    Edit: I dont know if the problem is cause of the Mouse condition. I still need to edit it to touch. But I guess it shouldnt be a problem.

  • Do you mean tower 1 2 and 3 are the levels of upgrade or are tower 1 2 and 3 different types of towers? You shouldn't have a problem with this because if you say tower 1 touched - change variable, it should only affect the tower being touched, not pick all of them.

    I mean tower 1, 2 and 3 are diffrent types of towers. But all tower are created by the same sprite.

  • Okay, here we go again.

    I want to create a Tower Defence game.

    In this game you´ll need Towers and u will need to upgrade them to another level. When I upgrade my placed Tower, all the Towers (who use the same sprite) will be updated to. I just want to update 1 of the placed Towers and not all Towers.

    another Example:

    When I creat another Sprite - every Tower is using. Tower number1, and another placed Tower number2, the third placed Tower number3 - but every placed Tower is using the same sprite. I just want to upgrade Tower number1. The rest of all the 3 placed Towers (number2 and number3) shouldnt upgrade to.

    I tried with boolean - when touch tower number1 = set upgrade1 and some conditions to "upgrade1".

    And I tried with instance variable - when touch tower number1 = set instance variable "upgrade" from 0 to 1. If instance variable "upgrade" is set to 1 then do all the conditions I want to. The Problem is all Tower´s means Tower number1, number2 and number3 getting upgradet if I touch only on Tower number1 to change the boolean or instance variable. I hope its understandable now. Sorry for bad english.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Good Day,

    im trying to create lvls for the same sprite but for different spawned objects (tower defence, tower levels)

    I created smth like, on click on hud (sprite) spawn another object (tower sprite) and place it. when click on sprite example twice update the single object on another lvl. I’ve created different booleans - lvl 1/2/3 etc. and on click on tower set boolean to 1/2/3...

    The Problem is it seem like all the main sprites beeng updated to. But I just want the single Tower to beeng upgraded. I hope it’s understandable. Can’t show the sheets, i’m not on my computer atm.

    another question is, do I need to set different global variables to every level and tower or is there another way to easily set different conditions - like tower damage/health etc..

  • Hello,

    does anyone have experience with Mobiles and every tick event?

    Should I set every tick as low as possible or doesnt the phones even care about?

    Example to refresh the text money or waves. Is there a better time I could use?

    U can still see a delay even on 0.01 seconds.

  • problem solved.

    For everyone who has the same problem.

    you need to creat a boolean on your stripe example "build" - set to "false"

    creat an global number example "inHand_tower"

    and set up like in the picture

    creat a stripe for example "grid" to define only to place it on this stripe.

  • Hi, I´ve got a little problem.

    I created a new closed global layer for "hud" with a "stripe" for the Tower I want to choose. Then I wanted to Drag and Drop the Towers out of the layer. Means the picture for Tower still at position and I just get the Tower on my mouse to drop it anywhere.

    There problem is when I use drag and drop it drops my picture to the final drop.

    Anyone know how to fix it?

    There is also no option to "when Stripe clicked, then creat Tower, to drop." :/

  • You do not have permission to view this post