EzekielRage's Forum Posts

  • I checked all image and origin points as well as the collision polygon - and that was the problem. THe Polygon was messed up in a few frames so ther we have it. Thanks for the Help

  • But i need both displayed at the same time...

  • Thanks for the info guys.

    I have plans on displaying two layouts at the same time with one player, though, where you can jump from one layout into the other and back via gateways^^

  • Is there nobody out there to help me?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • So i am creating a platformer and so far everything works as it should. however ONE particular enemy type is stuck in the floor. It moves left and right as it shold, does damage and everyhting but it falls through the first floor tile and then keeps walking in the floor, just its height under the floor. no clue why.

    i checked the origin and it fits, double and triple checked the funcitons, its the same funciton as anothr enemy that works flawlessly, no clue what it could be.

    help, please?

  • Nobody? Please?

  • Yeah, that would also be great. But for now figuring out split screen with two layouts would be great^^

  • Hi there,

    i was wonderinghow exactly you could do a two layout split screen? The idea is it to have one screen show layout one and the other show layout two at the same time^^

    any takers?

  • both good ideas, i will try that out :) thank you and sorry for the long reply time I had a helluva week :)

    edit:

    i tested what I could. There seems to be no way to change the scroll steup BUT the seperate camera object idea works incredibly well and even does more than I incidentally planned on doing, so thanks a lot for this idea it is very much appreciated :)

  • So I am developing this 2D platformer and I have big layouts that scroll and zoom and all that. SO that works fine.

    Now here is the thing: I want to lock the screen so that it does not move in a boss battle, to confine the boss fight to one single screen. But I don't want to create a new layout for that, i want to lock the screen to a certain position in the new layout.

    Is there a simple action for that or is there a special way to do this?

    thanks :)

  • i had a condition with overlapping but that didn't help either. I'll try a container and see how that goes^^

    edit:

    And that worked perfectly. As simple as that! fantastic, thank you!

  • i tried that already but nothing changed.

    In fact i tried it for bats and batboxes. nothing changed with abts and with batboxes all bats started flying at the same time but only one was visible.

  • So by now I erached a point in my game where i have to place some enemies in a stage to test if their behavior does what it's supposed to do. So today i tried making a bat.

    The bat hangs on the ceiling and sleeps. if the player comes close, the bat wakes up and flies around frantically. it tries to get the player, so if the player is out of range (aka turret range) the bat flies somewhere else until the player gets in range again. If the player hits the bat it dies.

    So far everything i described here works like a charm. Here's what I did:

    i created a enemy box. since i dont want the bat to titl at any angle but till fly in any angle, i gave the box all functions and simply attached a bat sprite to the box. the sprite has two animations: sleep and fly. so for starters they sleep nd then they fly. This, as wll, works perfectly.

    Now here is my problem though:

    once ONE bat starts to fly, ALL bats start their fly animation, even though they still sleep. furthermore, once all bats aredefeated, the last bat i kill is NOT disappearing. its gone, technically but the sprite still shows and has the fly animation on loop.

    i did this:

    <img src="http://www.ezekiel-rage.com/images/problem2.png" border="0" />

  • Alright, that helps :)

    Thank you very much :)

  • rehi

    thanks i checked it out. shooting up is now working, thanks for that. can you tell me where the problem was because the death animation of the enemies is still not playing as it should!