lionz's Recent Forum Activity

  • If health > 100, set health 100

  • dzaky Alkaff

    By that I meant When Player Is On Floor(Player is colliding with flat floor object)

    If you don't plan to use multiple floor objects you can use variables to determine the angle that the floor is at, therefore floor is flat=0degrees so When Player Is On Floor(FloorAngle=0)

  • If you select the layout and look on the left side at the layout properties you will see a field called Event Sheet where you can assign any one event sheet to the current layout. When using the On Start Of Layout event it will affect any of the layouts using that event sheet.

  • Assign an instance variable for each colour

    Use rand(min,max) on start of layout to select a random number

    Use create object to create all objects with rand as instance variable

  • Assuming you are using two different objects for flat floor and angled floor...

    When Player is On Floor (Cond: Floor is flat) > Play animation Normal

    When Player is On Floor (Cond: Floor is angled) > Play animation Slide

  • For AI, look at Pathfinding in the manual. To compare distance you want to use the system expression distance(x1, y1, x2, y2) where 1 is object 1 and 2 is object 2.

  • Take out the Wait and it's fine. Set the Y check for the Y co-ords you want instead of waiting 1 second.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Kinda. That could loop properly. Would need to be tested. Also you'd need to delete the old one that was overlapping the player.

  • Put on a check for something like : When zombie spawns > if overlapping player > select new location

  • So the sprite underneath the player is moving about but the player can only move when on top of the sprite?

    If Player is overlapping sprite > Enable 8-direction

    else Disable 8-direction

  • You use Every X Seconds and instead of a number enter turret.timershoot.

  • you can keep posting all the outcomes but noone can help you without a .capx really..

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 79 followers

Trophy Case

  • 12-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

25/44
How to earn trophies