sajojo's Forum Posts

  • 7 posts
  • Oh, wow! That is marvelous. Thank you very much.

  • I got the drawing canvas to work, but I do not like the effect.

    How would I use the yellow squares as the points for a mesh?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thank you very much.

  • Okay. Making progress. Two more steps needed.

    1. Right now, the canvas points are added at the x,y of the three yellow test rectangles. They need to be added within the boundaries of the canvas.

    2. The canvas is pinned, so it does move with the rolling ball, but the canvas points do not stay with the yellow x,y. The triangle stays static.

  • Oh, a circular mesh is also an option.

  • Thank you for replying. That sounds like it would work, but I am having trouble using DrawingCanvas. After placing a DrawingCanvas on the layout, I tried a basic example to test it out.

    On start of layout

    - DrawingCanvas- Add polygon point

    - DrawingCanvas- Add polygon point

    - DrawingCanvas- Add polygon point

    - DrawingCanas- Fill polygon

    Just testing to make a simple triangle before trying it with the chain links, but a triangle is not drawn. Am I missing a step?

  • Hello. Using physics, I have chained several objects together to form a ball. This lets it bounce and squish instead of staying a perfect circle.

    But the ball is hollow.

    Is there a way to overlay another object so that it's visible inside the ball shape, but transparent outside of it?

  • 7 posts