staleevolution's Recent Forum Activity

  • I can’t play it on my iOS, but it looks well done. Do you have a short video to preview gameplay?

  • Add another Animation to the button you want to break. Create a couple frames with each one shattering pieces off in all directions. Call the animation Break or whatever you desire.

    In Event Sheet, create an Event that when your character plays an attack animation and then Add another condition where player collides with button: Now Add the Action. Set Button Animation to Break (or whatever you named it. I’d also add another action that uses System-Wait-0.25 (setting the time). Then add 3rd action-Button-Destroy (so it can no longer be affected by player or until you reset it.)

  • Is it just the weapon going through walls? If so, click on the enemy object to open Editor Window. Then on the left, select the collision icon and manually move the bounding box points to outline everything.

    Hopefully that stops the collision.

  • I assume you have platform behavior for both players. Click on the player and in the Properties tab, will be the Platform settings. Uncheck the Default Control box. Without seeing anything, this is usually the case. One or both players you should manually code in the events for their movements.

    When I did a 2 player game, Player 1 used the A and D (Wand S if moved Up and Down) keys to move while Player 2 used the arrow keys.

  • Here is another step by step tutorial.

    construct.net/en/tutorials/pathfinding-line-sight-293

  • Click on your Player Object who has line of sight behavior and under the Properties window(usually on the left side of the screen) you can click on the Line of Sight Behavior settings. Adjust there.

    Check this out. It’s the transcript but also link to video.

    allreadable.com/a3c8PdYZ

  • I think in the properties you can select Custom or Solid Walls (Solid meaning the object has Solid behavior).

    Otherwise in events I think you can select an object as a choice for line of sight.

  • Create 2 sprites. Give one the 8 Directional Behavior and the other the Platform Behavior. Put the 8 Dir origin point at top and the Platform at bottom.

    In Events, At Every Tick set the platform to the 8 Directional object. (Set position to another object) The Platform should always be above the 8Dir object.

    You can then pin your character sprite to one of those or set position.

    Now you should be able to access the Simulate Control of Jump when the 8 Directional (since it’s at bottom) hits a floor.

    Now, I may be off as I’m trying to do this off the top of my head. So I apologize if it doesn’t work accordingly.

  • Construct has a few templates on looping background. However; what I did was make 2 or more frames of the background and just adjusted the look in each frame to give it appearance of moving forward (or vertical) and Checked the loop box. Don’t have to code any events.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • In your events when you create a certain or desired event to occur add the action of changing layout scale (which is under System). I can’t remember if you increase from 1.0 to a higher number or reduce to something like 0.5 to zoom in. Just play with it.

  • In your layout one, insert your new object: Select Sprite and name it. Click on the layout again to bring up the Animation Editor Window. In Animation Frames window, Right Click to import From Files. Once sprite frames are imported, delete the blank frame (Frame 0). You can mess with more settings by clicking on Animation 1 on your own. Close out of Editor Window.

    Over in Project Tab, Right Click to add another Layout. This will be Layout 2. You can accept or decline adding a new Event sheet. In Properties tab (on left, make sure to assign Event sheet 1 to Layout 2)

    This new layout will be your first level where you create your level.

    Go to Event Sheet 1.

    Add Event: Select System: Select on Start of Layout 1. Add Action: Select the sprite you imported. Select Set Animation: Select probably only animation you have.

    Click to Add another Event (Event 2): Select that sprite again: Select (Animation) On Finished: Select the same animation. Click to Add Action: Select System: Select Go To Layout: Select Layout 2.

    Ok, click on Layout 1 tab and then click Preview. Once animation finishes it should go to layout 2. (Now you can add Wait x amount of seconds before transitioning as well.) Layout 2 will be blank unless you already set up the level objects and your player.

staleevolution's avatar

staleevolution

Member since 9 Sep, 2014

None one is following staleevolution yet!

Trophy Case

  • 10-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

15/44
How to earn trophies