Prominent's Forum Posts

  • is there a demo?

  • So first the on start of layout events from the included event sheets, and last the on start of layout from the sheet they are included in blackhornet ?

    That's horrible.... it's gonna completely mess up my load game event... pffff

    just move the includes below the events in the main sheet.

  • hm.. doesn't look like it. There was a post made to this thread by lumik after yours, but can't see it, and this thread remains unread. I wonder if my reply will change that now.

  • I still have the problem. threads with posts that can't be seen.

  • Yeah, I noticed this also. Plus, since you can't read the new post, the thread stays unread. When you try to read new post, it forces you to first page of thread.

  • I think the issue must be that someone has posted a new post, but I can't see their post, so it stays listed as unread. It forces me to the first page of thread, and when I go to last page, the new post isn't listed.

  • I'm having the same issue if not similar issue.

    A lot of threads shows as being unread, even when I read them, and clicking to goto the last newest post goes to the first page instead. Also, the newest poster listed isn't accurate.

  • Without looking, I'd first say that the pinned objects are being re-positioned to wherever the player is. If the red objects contact the solid object, it doesn't tell the player to stop moving, so the player will continue to move and reposition all the pinned objects, even if they end up overlapping other solid objects.

    You could try moving the red objects out of the solid object if overlapping, and also move the player in the same direction. I think the custom movement behavior allows you to push objects out of solids. You could try adding that to the red objects and pushing them out/moving player based on pre and post position of the object being pushed out.

  • The concept is alright, but the controls needs some tightening- they feel too loose, mostly when gravity switches. If you can make it feel more precise when switching gravity, it may help the controls.

  • I tried the demo in firefox, and it works for me.

  • Yea, I didn't have any problems with the family window in the past, but it decided to stop working one day. I even tried reinstalling c2, but still have the problem unless I use the basic theme.

    Anyways- yea, maybe it's something related with Vista.

  • Windows vista..

    I also am using the windows vista basic color theme. Not the aero theme, because aero would cause the family window to become invisible for some unknown reason.

  • I made a behavior to return the Family name based on an index value you pass to it for the family array..

    Kind of lame, but it works.

    If anyone knows of a better way, let me know.

  • I noticed that one of my behaviors wasn't working when minified, so I'm trying to make it work when minified.

    I'm trying to compare the name of an Families:

    this.inst["type"].container[c].families[f]["name"]  === familyname[/code:10vkg96t]
    The objname is a string parameter passed to a function in the runtime.js
    The problem is that the ["name"] value gets changed to some random string, so the value I pass in never equals the family name.
    
    Is there some way to get this to work? 
    My goal is to be able to upload the game to the Arcade, but one of the requirements is that it must be minified.
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • hm.. yea, that makes sense.

    thanks for the explanation!