Prominent's Forum Posts

  • Did you try 'Prefs/Reset Dialogs'?

    yes, I said above that I tried that.

  • actually, I can interact with it like a family window.. but it is invisible so I can't see what I'm clicking.. I was able to accidentally select and put something into a family and hit okay button..

    Seems like it is invisible..!?

    How do I make it visible

  • When I add family, it seems like there is an invisible window in top left of screen, because if I move my mouse around I can see cursor change to resize handles. I'm able to resize the invisible window, but can't interact with it in any other way..

  • It seems to unfreeze if I hit Esc key.. I tried resetting the dialog/bars and restarted, but it still does the same thing.

  • I tried reinstalling construct2 and it still doesn't work.

    It was working the other day, and I haven't added any plugins or behaviors.. Not sure why it suddenly stopped working.

  • Problem Description

    right click families and select add family. It freezes and becomes unresponsive.

    EDIT: Seems as if the family window is invisible.. see posts below.

    Attach a Capx

    create a blank project

    Description of Capx

    when you right click family and add family, it freezes

    Steps to Reproduce Bug

    • try to create family, it freezes.

    Observed Result

    freezes

    Expected Result

    to not freeze

    Affected Browsers

    • Chrome: (YES/NO)
    • FireFox: (YES/NO)
    • Internet Explorer: (YES/NO)

    Operating System and Service Pack

    win vista

    Construct 2 Version ID

    r206

  • I think you should put them in one container. That's a in the properties of every sprite.

    I hope that helps

    Do you mean put them in one family? They already are in one family.

  • You can also check out the three.js docs to get a feel for how things work in the background, since q3d uses the three.js library. http://threejs.org/

  • I have physics objects connected together, and I want to reposition one without it messing up the connection.

    This use to work in the past with the older physics version, but since the physics update, this seems to not be possible anymore without the connections becoming messed up.

    Anyone have any methods to get around the issue? I want instant positioning. I don't want to have to progressively move the physics object.

    see this post:

  • Ashley , here's another dl link. I don't use those other services. http://www.megafileupload.com/d2S0/alex ... uggy3.capx

  • Closing as won't fix, this looks like a mistake in your events. Please also see the bug report requirements regarding providing a minimal .capx; this project has over 100 events, most of which are unrelated to the problem.

    The problem seems to stem from the first action of event 7 in the "Rope" sheet. It looks like you create a chain of objects going vertically down, then you just "set position" the last one to the destination position. As the physics tutorial describes, this effectively teleports the object, and since teleporting an object is a physically unrealistic thing to do the results are often also physically unrealistic. I think you need to find a better way to create the chain.

    How come it worked in the past then? Since the update to the physics, it does not work.

    Kind of odd that we're not suppose to reposition a physics object. I think a lot of situations repositioning an object with physics makes sense. In a game , you need to teleport objects in a lot of cases. Games aren't suppose to be realistic.

  • Its a physics bug.

    You should create a capx with only events that produce the error. Especially if what you are working on contains content you purchased from the store.

    It may be a physics bug, but it is related to setting the width of the sprite with the physics behavior attached.

    Also, the content is created by me. These events were in a template I uploaded to the store ( I have recently updated it to a working version that is awaiting approval)..

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Problem Description

    position an object and then add joint causes it to have incorrect positions/jittering..

    Attach a Capx

    http://www.filedropper.com/alextemplatebuggy2

    Description of Capx

    it created a bunch of physics objects, connects them together, positions the last one to another and connects them.

    Steps to Reproduce Bug

    • run game and see the buggy connection

    Observed Result

    the connection on the end is buggy.

    Expected Result

    should not be jittering/repositioning like crazy

    Affected Browsers

    • Chrome: (YES)
    • FireFox: (YES)
    • Internet Explorer: (YES)

    Operating System and Service Pack

    win vista

    Construct 2 Version ID

    r206

  • Problem Description

    When the width of a sprite is a float value, it crashes. It doesn't if it is rounded.

    Attach a Capx

    http://www.filedropper.com/alextemplatebuggy

    Description of Capx

    has sprites that are setting their widths to distance() , and crashes after 30 seconds of running.

    Steps to Reproduce Bug

    • run game and wait about 30 seconds

    Observed Result

    it suddenly closes after 30 seconds.

    Expected Result

    shouldn't crash.

    Affected Browsers

    • Chrome: (YES)
    • FireFox: (YES)
    • Internet Explorer: (YES)

    Operating System and Service Pack

    win vista

    Construct 2 Version ID

    r206

  • OKAY.. I fixed the issue.

    I've uploaded a v1.2 capx

    It should be made available soon once it is approved.

    I also found a bug with Construct 2 that I will report, but the template will work with latest construct2, and with nw.js .. If you are using an older version of node webkit, you may want to update that.