tcamacho's Recent Forum Activity

  • Hi. So i have this object. Where the top polygons have exactly the same points and

    compared wiht bottom ones.

    Then i have the player and this is the polygon:

    My problem is. If the player walks from top to bottom against the edges of that object it gets kinda stuck with friction and works perfect. If the player runs from bottom to top against the edges of the object, it feels like the objects have butter and it just slides away from the object faster then it can actually walk. Why does this happen since the colisions are basically the same ? How can i fix it ? Thank you a lot :D

  • I have found the solution for my problem. I used the the Bullet behaviour to move to some direction, and turn off Bounce of Solid and turn on Step. On overlapping with a solid i said it to bounce off that solid. It worked kinda lagged. But that event was inside a Is in Touch event. I took it out, and works much smoother.

  • Nice, this is a great help for what i want :D thank you

  • I tried that but it looks lagged when it collides, maybe I am doing something wrong.

  • I already did, does not work for me, for car behavior you need to set the angle for the object and I don't want to do that cause it will change the angle of the image of the object itself . And this happens.

  • Hi everyone. So I found a lot of posts like mine, but I didn't found exactly what I want. In short I want to do a top down movement, like in 8 direction movement, but free using angles. So it's a 8 direction movement for a mobile game with a thumbstick. I did it with bullet, or custom movement it works fine. But the collisions are clunky.

    Can anyone help me ? Thank You :D

  • Thanks man it helped a lot, not in total. But now I can work it around thanks :D

  • Hi, I'm making a game where the enemies need to chase the player. The enemies have solid and 8 direction behavior. But when I have a lot of enemies chasing the player they start squeezing each other and then they teleport to the nearest "open" position.

    How do I stop that.

    I have one project that i was working on a week ago.

    Then i started to work on another project so i created a new one and i let this one saved on my drive.

    Today i tried to open the project and this error appears.

    And i can't do anything with the project.

    Help plz.

    Thank you in advance.

    Error report information

    Type: unhandled rejection

    Reason: Error: cannot find event variable 'win' Error: cannot find event variable 'win' at window.ǃmMX.ǃLcC (https://editor.construct.net/r189-2/projectResources.js:1:361231) at window.ǃmMX.ǃvd (https://editor.construct.net/r189-2/projectResources.js:1:361091) at window.ǃmPj.ǃLcn (https://editor.construct.net/r189-2/projectResources.js:1:331970) at window.ǃmMX.accept (https://editor.construct.net/r189-2/projectResources.js:1:261453) at e.ǃLcd (https://editor.construct.net/r189-2/projectResources.js:1:298978) at e.accept (https://editor.construct.net/r189-2/projectResources.js:1:261469) at e.accept (https://editor.construct.net/r189-2/projectResources.js:1:297786) at n.ǃLcd (https://editor.construct.net/r189-2/projectResources.js:1:283486) at n.accept (https://editor.construct.net/r189-2/projectResources.js:1:261469) at n.ǃLcd (https://editor.construct.net/r189-2/projectResources.js:1:268807)

    Stack: Error: cannot find event variable 'win' at window.ǃmMX.ǃLcC (https://editor.construct.net/r189-2/projectResources.js:1:361231) at window.ǃmMX.ǃvd (https://editor.construct.net/r189-2/projectResources.js:1:361091) at window.ǃmPj.ǃLcn (https://editor.construct.net/r189-2/projectResources.js:1:331970) at window.ǃmMX.accept (https://editor.construct.net/r189-2/projectResources.js:1:261453) at e.ǃLcd (https://editor.construct.net/r189-2/projectResources.js:1:298978) at e.accept (https://editor.construct.net/r189-2/projectResources.js:1:261469) at e.accept (https://editor.construct.net/r189-2/projectResources.js:1:297786) at n.ǃLcd (https://editor.construct.net/r189-2/projectResources.js:1:283486) at n.accept (https://editor.construct.net/r189-2/projectResources.js:1:261469) at n.ǃLcd (https://editor.construct.net/r189-2/projectResources.js:1:268807)

    Construct 3 version: r189.2

    URL: editor.construct.net

    Date: Wed Apr 22 2020 06:58:06 GMT+0100 (Western European Summer Time)

    Uptime: 41.5 s

    Platform information

    Browser: Opera

    Browser version: 67.0.3575.137

    Browser engine: Chromium

    Browser architecture: 64-bit

    Context: browser

    Operating system: Windows

    Operating system version: 10

    Operating system architecture: 64-bit

    Device type: desktop

    Device pixel ratio: 1

    Logical CPU cores: 12

    Approx. device memory: 8 GB

    User agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36 OPR/67.0.3575.137

    C3 release: r189.2 (stable)

    Language setting: en-US

    WebGL information

    Version string: WebGL 2.0 (OpenGL ES 3.0 Chromium)

    Numeric version: 2

    Supports NPOT textures: yes

    Supports GPU profiling: yes

    Supports highp precision: yes

    Vendor: Google Inc.

    Renderer: ANGLE (AMD Radeon RX 5700 XT Direct3D11 vs_5_0 ps_5_0)

    Major performance caveat: no

    Maximum texture size: 16384

    Point size range: 1 to 1024

    Extensions: EXT_color_buffer_float, EXT_disjoint_timer_query_webgl2, EXT_float_blend, EXT_texture_filter_anisotropic, KHR_parallel_shader_compile, OES_texture_float_linear, WEBGL_compressed_texture_s3tc, WEBGL_compressed_texture_s3tc_srgb, WEBGL_debug_renderer_info, WEBGL_debug_shaders, WEBGL_lose_context, OVR_multiview2

  • Ashley Omg how did i missed that. Than you so much.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi thank you for your replys, im sorry but i im starting :D

    Fengist The Char and the function is not on the same event.

    Why do i need a parameter? I want to return a value from the function not send one to the function.

    Ashley how can i do that?

    Thank you

  • Hi everyone,

    I'm trying to get a value returned from a function

    This is the function:

    When I go to call it, the Function object doesn't even appear.

    Thank you,

tcamacho's avatar

tcamacho

Member since 11 May, 2019

None one is following tcamacho yet!

Trophy Case

  • 5-Year Club
  • RTFM Read the fabulous manual
  • Email Verified

Progress

7/44
How to earn trophies