KoX's Forum Posts

  • 5 posts
  • Try this:

    https://dl.dropboxusercontent.com/u/2346355/construct2/Helping/FlameThrowerDamageTimed.capx

    My example uses spacebar to fire, I didn't add the destroy, and the damage sprites are visible so you can see their spacing... otherwise the art work is spectacular...

    Thank you!!!!!!

  • Let me make sure I understand... your wanting the invisible damage sprites to spawn 3 in a row and then be destroyed followed by a delay and then repeat?

    ie. damageSprite, damageSprite, damageSprite (destroy,destroy,destroy) (delay) damageSprite, damageSprite, damageSprite (destroy,destroy,destroy) ?

    As far as sprite fire or particle fire it really depends on the look of your game.. particle fire would be easier once you got the right particle look since you don't have to animate it... but particles can begin to add up if you use many in your game at once.

    yes.

    Now they go like this:

    .............................

    I do not want that.

    I want just what you say.

    Press left button and Hold down:

    spritedamage, spritedamage,spritedamage (destroy,destroy,destroy) delay spritedamage, spritedamage,spritedamage (destroy,destroy,destroy)

    I lack the delay

    The destroy I have it so:

    spritedamge (bullet)-----Bullet distance travelled 200 pixels-------spritedamage destroy

    I read some post , but has not left me.

    I have tried with Wait x second, but no work

    Sorry my English

  • Its only poor if it uses up too many resources or somehow gets in the way of other features or further development!

    Ok!!

    I have an other question.

    By making the Sprites invisible to simulate fire damage is leaving many Sprites followed .

    I want you to shoot out three no more and after a while again leaving another 3 , but I can not do it.

    Or the Sprites instead of leaving in a long line are spaced :

    ....................... -----> so leave sprites

    I want them so (guines are to simulate the spacing)

    . --------- . ------------- .

    or

    ... ------------- ... ------------- ...

    not if I explain

    EDIT:

    By the way, I want to create small fires by fire, would it be better flames created with particles or fire animated sprites ? The fire would not be eternal , it turns off after a few seconds.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thank you

    It's what I had in mind but did not know if that solution would be poor .

    Thanks again and I get to it !!

    EDIT:

    Works!!! Thank you!!!

  • Hello everyone

    I'm sorry for my English.

    I'm doing a flamethrower with particles for the fire. But wanting to make the fire burn ( destroy ) the enemies I can not do it.

    In the tutorial Ghost Shooter, the bullet had this event:

    Bullet -> On collision with another object -> pick Monster .

    Acción: Monster -> Destroy

    Acción: Bullet -> Spawn another object -> Explosión , layer 1

    Acción: Bullet -> Destroy

    But the particles seem to have On collision with another object...

    Do not you can make fire with particles ?

    Is there any way to do this ?

    Thank you

  • 5 posts