lionz's Recent Forum Activity

  • N number of objects that have a certain value?

    Use For Each Object (Condition) > Create Object

  • tumira

    What exactly do you want to happen?

  • You add a timer behaviour to an object, probably the player in this case. Then the timer actions become available on the event sheet. Use OnTimer for when timer ends and use Start Timer to begin the timer

  • Switch a variable on/off every X seconds to damage the player.

  • Set up a variable that you add to. Press down(+1), press right(+1), press z(+1). Start a timer of 2 seconds upon pressing down. If variable = 3 within 2 seconds then perform attack. Logic will be something like :

    -------

    On Down Pressed

    Start 2 second timer

    +1 to Counter

    On Right Pressed (If Counter=1)

    +1 to Counter

    On Z Pressed (If Counter=2)

    +1 to Counter

    -------

    Every Tick (If Counter=3) > Perform Attack

    -------

    On Timer Ending > Counter=0

    -------

    That is how I would do it and it should work.

  • With maths

  • Left-hand side under Project Settings you can set 'First Layout'

  • So the invisible sprites don't get stuck on other stuff in the level and they only ever block the player. It can be done many ways.

  • Np <img src="smileys/smiley20.gif" border="0" align="middle" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Chop up the sprite sheet outside of C2 and import them as separate images on one animation? Or did you want to avoid doing that?

  • Nah the sprite is just one image. You could in theory do something like make visible a sprite that is pinned to the robot and covering the limbs you have detatched but I'm not entirely sure if this will interfere with the anims and possibly with other environment assets. If you want to detatch limbs I would attach them as separate sprite objects pinned to the main body.

  • If the limbs on the boss always fall off in the same order then I would use animations and just update the sprite on each stage of the boss. If you can target separate areas of the boss perhaps you can pin the various parts to the main boss body. If you apply Physics behaviour to attached objects they should flail about like limbs too.

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 72 followers

Trophy Case

  • 11-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Forum Wizard Made 5,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

24/44
How to earn trophies