ysrikanth2011's Forum Posts

  • 5 posts
  • how to attach an image here. It is not allowing me to add an url.

  • Hello ,

    I want to spawn an enemy every n seconds. So I have created a empty sprite and named it enemy spawn and ,created an event to spawn another object every 5 seconds. I am moving that object to left and if it crosses the left border I am deleting it .

    But every 5 seconds , several of the enemies like 4 or 5 are being created.

    How do I achieve enemy spawning and deleting them when they cross the viewportLeft(0).

    Also , Before I have tried to create a container for enemyspawn called enemies. And I want to add an enemy when it is being created (But i cannot do it), so that i can loop through and find out which enemy has Enemy.x < 0 and destroy only it .

  • Hello,

    I have been doing the Beginners to construct2 tutorial.

    scirra.com/tutorials/37/beginners-guide-to-construct-2/page-7

    on page 7 We have added an event to create monsters every 3 secs :

    Condition: System -> Every X seconds -> 3

    Action: System -> Create object -> Monster, layer 1, 1400 (for X), random(1024) (for Y)

    I want to stop creating the monsters after the player is destroyed.

    So how do I stop the above event ?

  • Hi i am doing the beginner's guide to construct 2, in step 2 i was stuck. After doing Adding behaviors I have added the 8 direction movement , the player is moving fine but after that I have Bullet movement ,Scroll to,Bound to layout,Destroy outside layout,Fade the objects are not moving as they are supposed to ,

    I have also added mouse and keyboard behaviors earlier as said .

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi every one , I am new to game development and I have seen this game engine today, I think it works fine for non programmers and programmers , but my main question is with the free version we have some limitations like only these many times so I think there isn't much use of free version right?

  • 5 posts