winkr7's Forum Posts

  • you need a family of crawling things.

  • A torus and cone and the usual set. The meshes for the basic set shapes are on 3js.

  • The current thinking is not to worry about performance at all--unless it becomes a problem. Program the simplest most brute force method first and then see if it is slow.

  • If you are always going to spawn a perfect square just pass the function the square side (like 3 for 9 sprite spawn then walk the location around in a double for loop from 1 to 3 in both x and y spawning once for each x,y location pair.

    you may also want to pass the lower_x and lower_y as the cornter of the spawn area and then add that to each x,y pair as the offset_

  • Thanks dop2000.

    If I go back to using PIN that will solve the hierarchy persist problem but then I have the slightly out of sync problem hierarchy was supposed to solve.

    You are correct, hierarchy persist really only makes sense if both parent and child have persist.

    thanks for your time

    yours

    winkr7

  • Hello;

    I set a sprite and gave it a child sprite and set both sprites in a family with the persist behavior. It looks like they don't persist the hierarchy.

    Should I file a bug report or is there some other way I am supposed to persist the hierarchy?

    thanks for your time.

    yours

    winkr7

  • calminthenight;

    thankyou.

    yours

    winkr7

  • Hello;

    I want to type a paragraph into a text object in the editor--but

    when I hit return it exits the editor. I know there is some kind

    of escape key or something I have to use to do this--but I can't find it.

    thanks for your time.

    winrk7

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • mikehive;

    Thankyou.

    yours

    winkr7

  • Hello;

    I have a sprite and want the coords of the collision polygon.

    thanks

    yours

    winkr7

  • Thanks Newt.

  • Hello;

    So I have the dice 3d shape, and I have a tilemap both in the same layout. I want to make the faces of my 3d shape out of tiles. When I click the shape ... place on the 3d shape it does not find my tile map as a possible source. Can I get the face from a tilemap and if so how? Can I only use sprites and not tilemaps?

    thanks for your time

    yours

    winkr7

  • I don't know much about 3d--does Blender support the formats for 3d you are working on?

  • I don't know anything about Quad3D2, I am just posting to support everyone's efforts in 3D lite for C3.

  • Good start.