dop2000's Recent Forum Activity

  • Collision checks will not work here. You need to check tile at hero position:

    On every tick

    Compare tile at PositionToTileX(Hero.x) , PositionToTileY(Hero.y)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

  • There is a capx is in that link I posted above.

    But you'll need to experiment with effects and blend modes to make it work like on your screenshot.

    If you don't need this cone of light to be blocked by obstacles (walls, trees), then you can remove the ShadowLight object and it all can be done much easier:

    create a new layer, set black color, opacity=60, transparent=no.

    create a white sprite (triangle) on this layer.

    apply an effect to the layer, for example Multiply.

  • You do not have permission to view this post

  • Don't shout at me

    That's not a "simple shadow". There is a shadow light with "destination out" blend mode used as a mask for a cone sprite, to create a field of view.

    You can use the same principle. Just instead of the "destination out" blend mode use some other blend mode and/or effect.

  • Yes, see this post:

  • You can do continuous preview:

    https://www.scirra.com/tutorials/529/ho ... us-preview

  • Pathfinding using a tilemap might be a good idea if your enemy doesn't have platform behavior. (say, if it's flying above the ground and you move it using Bullet or MoveTo)

    With platform behavior you'll have to find the path first, and then move the enemy from one node to another, simulating platform controls - either left, right or jump. You'll also need to make sure that your enemy can jump across gaps, obstacles etc.

  • You are trying to load game from a string that contains the file name. This obviously doesn't work.

    You need to read the file and load game from the file content (JSON-string):

    Load game from JSON string:

    NWjs.ReadFile(NWjs.AppFolder&"Mapas\"&Array.At(0))

  • That was the most obvious problem with your events, but there may be other mistakes.

    Could you post your capx? It's hard to understand what's going on in that screenshot.

  • It's hard to tell, but you can run a test:

    On every tick

    Repeat 10000 times -> Function Call "MyFunction"

    In the function try setting the values directly or from the array.

    Run the project in debug mode and compare the performance.

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 257 followers

Connect with dop2000

Trophy Case

  • 8-Year Club
  • Entrepreneur Sold something in the asset store
  • 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
  • Forum Unicorn Made 10,000 posts in the forums
  • x5
    Popular Game One of your games has over 1,000 players
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • 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
  • x3
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x13
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

28/44
How to earn trophies