SuperV's Recent Forum Activity

  • brandonz.net/projects/zscreen

    <img src="http://www.umbc.edu/oit/images/printscreen-keyboard.jpg">

    But exporting to text would be nice.

  • Nice! Now where's my fixed Tower Defence XD

  • Isn't there a way to calculate the angle as normal, but flip the sprite graphically after the calculation?

  • I looked through the cap for like an hour, but couldn't find anything. I tested stuff, I did lots of changes, but the problem is still there

  • You shouldn't have to do anything like that. Each turret keeps its own timer and fires at an independent rate, like in the RTS tech demo. Therefore, either a bug exists in the Turret behaviour, or something in your events is specifically breaking that. I suspect the latter since you can't reproduce it; if you simply spawn a bullet in an 'On Shoot' trigger, it will work fine, is that what you're doing?

    For the record, though, you can loop through objects with 'For Each'.

    It's probably my fault, but I can't find the cause of the problem.

    Here's the full cap.

    http://upload.namelezz.net/downloader.php?file=td16.cap

  • Crap you beat me to replying.

    Anyhow, if the variables are different then that means theres something wrong with your events. You may have to loop through each turret and tell each individual one to shoot, as you may be getting the problem that one turret is using another's variable. Thus it could be a selection problem

    Anyhow, its REALLY not that hard a problem to fix

    How to loop through all the turrets?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • They shouldn't do, each turret is storing an independent timer. Can you make an example .cap?

    I can't reproduce it in another cap. In my TD, if I use the debugger, though, the values are always what they should be!

    Reload time is always 2 seconds, even if the turret shoots every 0.10 seconds!

  • Umm... After a few tries, there's still the same problem... How can I fix it?

  • Wow that's really good. Too bad it's not the official construct front page.

    Too bad? It's a really nice frontpage! I like it as the official one.

  • Minchia! Stupendo!

  • Yay, thanks!

  • In my TD, you can place multiple turrets with different rate of fire/damage to kill the enemies. To attack, my event is like this.

    ---

    When turret[turret behavior] has target

    + Every turret[rate of fire]

    = Shoot "Bullet" toward enemy

    = Bullet[damage]=turret[damage]

    ---

    In this way, when the first turret attacks, and there's another near, and they have both the same target, the second turret mimics the first turret's rate of fire.

    I know the problem, Construct thinks that if two turrets have the same object as a target, they both shoot with the rate of fire of the first turret that saw the enemy.

    It's hard to explain, and I don't want to distribute the game yet. Can someone PM me, and request the .cap, if possible? Or else, if you get what I mean with this thread, post here.

SuperV's avatar

SuperV

Member since 16 Jun, 2007

None one is following SuperV yet!

Trophy Case

SuperV has no trophies yet!

How to earn trophies