RioLuk's Forum Posts

  • Hi,

    I can't find a way to change my username. I created an account years ago, and after some time I signed up at MyGravatar and everything is fine BUT how can I change my username for scirra.com? Because it's not using the nickname of the MyGravatar page.

    I guess it's just something I overlooked.

    Thanks for helping me out.

  • I know it's an old topic but I had the same problem. What I did to bypass this, was setting the opacity of the tilemap in an event.

    Like this:

    (condition)On start of Layout -> (action)TilemapName - set opacity to 20

    So when the game starts construct will set the opacity of the tilemap to 20

    If you have like more copies of this on tilemap in your editor but you only want one particular tilemap with 20 opacity you can pick that one particular by its unique ID. Like this:

    (condition) On start of Layout - (condition)TilemapName - Pick instance with UID 320 -> (action)TilemapName - set opacity to 20

    The tilemaps UID is displayed in the Object type properties windows usually on the upper left side. I used 320 as an example.

  • I'm always getting this message:

    Javascript error!

    TypeError: this.PhysLFWheel.SetAngle is not a function

    http://localhost:50000/mn2dCarPhysics_behavior.js, line 338 (col 3)

    This may be a bug in Construct 2 or a third party plugin or behavior - please report it to the developer following the bug report guidelines. Subsequent errors will be logged to the console.

    Any ideas what I'm doing wrong?

  • mrtumbles this was helpful, thanks!

  • rexrainbow I did not download your plugins yet, but I will when I come back from work. These plugins sound great, I read the descriptions and that is definitely something I was looking for. Thank you for pointing them out for me. I'm using some of your other plugins and they are all very helpful!

  • >

    > > Hey, I really like your plugin and Im probably going to buy it.

    > >

    > > But I have one suggestion:

    > > As addition to the leaderboards, users can have stats (for example: what level they are, or how much money they have).

    > >

    >

    > Hello.

    >

    > That's some good ideas, i'll look into it when i get time, got some other plans for the plugin too.

    >

    > -Support

    > Acey

    >

    Hello,

    Nice plugin, but that should of been something that you should been implemented before selling this plugin. Being able to add custom variables to the database is a MUST! So once you update to include that, then I'll buy this.

    I bought the plugin, and I'm happy with it. But I must say, I actually hoped it would help me more with setting up different databases, not only leaderboards....saving playerinformations like playerXP or playerCoints etc. to every player ID. Anyway, the plugin is very nice and I'm glad that I bought it.

  • Ah ok, I somehow was really sure about that. Well I think that sounds like a cool idea. Did you manage to build an try it for yourself?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • if you load and download the leaderboard with ajax every time, isn't it so, that the browser will always popup a message, asking for down and upload confirm?

  • please re-upload. Thank you

  • rexrainbow

    thank you I solved it. Actually it was really simple. The txt-object always displayed me the total number of rows, when I used the For each condition. But only because, I did not tell him when to stop so I added (to the condition for each loop) - data in col:name = "jim" and it worked fine! Because the for each condition had to stop at the moment it "found" the name "jim"

    pretty simple and logic actually!

  • rexrainbow oops, yeah I expressed myself very poor plus my misspelling (whitch -> which) was not helpful neither. I was trying to find out, how to get the "coordinates" of a value which is stored somewhere in the array. For ex.:

    ,s1,s2,s3

    name, tom,jim,john

    And if I type in "jim" a text-object will let me know where jim is stored, like: "(1,2)" or something

    I'm trying to achieve some kind of a search system.

  • I don't know man, I realy love this one but I think I'm just too dumb to use it properly. I have a textbox so, if you type in your name, press enter, and this name is already in the row "name" it will trigger true/ else: false (so far so good) but, I would also like to display (on a txt-object) in whitch col this name is lodged. Somehow I just can't get it right.

  • Man, thank you!! This is something I've been waiting for so long....I didn't tried it yet, since I'm at work, but I think this one will give my top-down-shooter a nice 3D-ish look. I'm talking 'bout depth! Many thanks!

  • Same here! Very, very, very nice advice...thank you, I just hope I'll keep that in mind..like..forever!

  • nice plugin, thx