Aekiro's Recent Forum Activity

  • Hi supercam

    Check that the radio buttons main image point is at the center.

    As for the slider, I'll look into it.

    Can you try with without using worker mode ?

    Edit:

    The slider works fine on my side. Can you tell me more about your setup ?

  • Would you consider adding the ability to control the tween values, as it is they are very strong (cartoony) which does not suit some game types ( i'd like them more subtle). Also some more tween options would also be good.

    Yes, I would consider that. I'll think about how it can be implemented.

    Thanks.

  • Construct's own form control always stay on top because they are external html Dom elements and not rendered by Construct.

    The whole point of proui is to replace them with objects that can blend in with the rest of the game.

    So just use sprites for buttons.

  • > > I use the progress bar. It's normal when I run this scenario alone. When I jump from another scene to this one, the progress bar disappears. This is a misreported document.

    > > I don't know why I can't upload pictures.

    >

    > Contact me on Discord : discord.gg/r86m64

    Unable to join an invitation with expired prompts

    The last problem has been solved by using the stable version.

    when I use load to reload a saved scene, all the child nodes on a dialog disappear

    Ok, well if you have any other problems just message me here: discord.gg/r26yW59

  • I use the progress bar. It's normal when I run this scenario alone. When I jump from another scene to this one, the progress bar disappears. This is a misreported document.

    I don't know why I can't upload pictures.

    Contact me on Discord : discord.gg/r86m64

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I bought this plug-in. But the official demonstration cases can not work normally. I tried to fix it myself, it didn't work.

    Are you using the latest beta of construct ?

    Please use the stable version of construct3.

  • rborsuk New version available with an example of a simple dropdown list.

  • rborsuk Yes, sorry about it. You should not be needing to add the audio object, unless you're using it. so the error you encountered is a minor bug, and it will be fixed asap.

    Regarding the dropdown list, there's no plan to make a specific addon for it, but you can make something similar with the dialog addon. I'll make an example of that and add it to the demo asap. I'll let you know when its done.

  • Just FYI, I just purchased it and I noticed that a bunch of the behaviors don't work and are throwing console errors on the latest beta (190).

    Yes, I realize it's a beta. Just letting you know that it might be something you want to look at.

    Thank you. Yes, r190 breaks some of the addons. The bug will be fixed by Scirra in the next release. For now please use the stable version.

  • This wasn't an intended change, it should still work. What do you mean that it doesn't work any more?

    It does not stop the ticking. it works fine in latest stable but not in r190.

    test addon, it's a behavior:

    filebin.net/c9yjdd6aq9rd8a8p/newplugin_1_0_0_0.c3addon

     Tick()
     {
     console.log(this.count);
     this.count++;
     if (this.count == 10)
     {
     console.log(this.count);
     this._StopTicking();
     }
     }
     C3.Behaviors.test_tick.Acts = {
     Start()
     {
     this.count = 0;
     this._StartTicking();
    
     }
     };
  • _StopTicking() used to work inside the Tick() method of SDKBehaviorInstance. But with r190 it does not work anymore. Is this normal ?

  • > ProUI is up again for whoever wants to purchase it.

    awsome thanks !

    Quick question, is it possible to set the gridview data to an array, instead of a json.data file?

    Do you mean the Construct array object ?

    GridView only accepts a JSON array of objects, as data. So you need to convert your array to a JSON array of objects.

    for example :

    [1,2,3] should be [{"key":1},{"key":2},{"key":3}]

Aekiro's avatar

Aekiro

Member since 13 Nov, 2015

Twitter
Aekiro has 39 followers

Trophy Case

  • 9-Year Club
  • Entrepreneur Sold something in the asset store
  • Forum Contributor Made 100 posts in the forums
  • x2
    Popular Game One of your games has over 1,000 players
  • x2
    Famous Game One of your games has over 10,000 players
  • x8
    Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

18/44
How to earn trophies