lionz's Recent Forum Activity

  • Your file isn't importing correctly from C2, not sure what's up with it. You had the right idea with the variable, I would go with this. You would add a condition to the subtract 1 event for variable not true, and then when a block is drag dropped you set the variable to true on the block.

  • Because you used a tiled background they are not good for this as they don't have collision, use a sprite for the platform.

  • The events look ok... if you could share the project file then maybe it can be debugged

  • It is identical to the animals one pretty much, you have cells for each level that are set to 0 or 1 depending on if they are unlocked. The variable on padlock object is used to check whether its own value is a 0 or a 1 at a position in the array. curLocation is used to unlock the next level when you finish the current level and return to level select.

  • When you use the events above it is already picking the enemy to place the crosshair so that should work automatically with an action. Turning the player is setting the character to mirrored or not mirrored depending on left or right button press.

  • Can we see a screenshot of your movement animation events?

  • Add a trigger once to the event. Also you may have other animations that overrule the death animation, this is a common issue people come across, usually something like an idle animation is trying to play at the same time. You should make sure other animations cannot be true, such as adding a condition to an idle animation event 'death animation is not playing' or something similar.

  • If you use the expression distance(enemy.x,enemy.y,wall.x,wall.y) this will give the value of the distance between the two and I guess the size value for the laser.

  • Explain how the game works then I can help with events

  • The events you have now should work with a sprite, it will face the same way as the laser.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Looks like particles are better for spray in a direction, it doesn't rotate the original image. Better to use sprites as you mentioned above.

  • Do you mean you are using default control with arrow keys? If you want to implement things like dashes you'll need to create movement events, even if it is identical to the default controls such as right key is down then simulate control right. Then within these events you can add conditions such as 'is not dashing'. When you said simpler solution what did you have in mind? You created a few events to dash on key press, to make an event to move left and right on key press is just 2 simple events.

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 73 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