lennaert's Forum Posts

  • The profile page still shows incorrect game plays for individual games.

    Revisions of games hold missing game play counts.

    Possible solution: SUM() all the game play counts from all the revisions belonging to one game and display that as plays counter.

    also

    [quote:20menhka]Statistics

    Total posts 292756 • Total topics 43761 • Total members 44161 • Our newest member TomTest999

    TomTest999 been there since the update.

  • It's a less used browser

    Yeah only a couple 100 million or so people using it ....

  • I think some was related to the post/rep limitation not being in place the first two days after the update.

    Been fixed now from what I can tell.

    And yes, without it we'd be spammed silly on a daily basis.

  • TankRacer

    Its based on socket.io.

    I build this in december somewhere.

    The Battle arenas work nice.

    Regular multiplayer was giving some hassle with positioning.

    But since then webrtc was making its way to construct 2, so I figured I wait it out.

  • I have my own vps somehwere, I installed the nodejs server and expanded it with a couple of packages.

    socket.io, node-mysql, webrtc.

    It was a bit prepperation for the upcoming webrtc upgrade to construct 2.

    I managed to get video and voice chat working with somesimpel examples straight from a couple html pages.

    Also made a couple simple server apps for some of my games making use if the room techniques.

    VPS is like 10$ a months. great to experiment with.

  • try

    var http = require('http');

    var io = require('socket.io').listen(1337);

    io.configure(function() {

    io.set('match origin protocol', true);

    });

  • Online multiplayer risk, 448 events ^_^

    World *********** in the arcade

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • From the examples you typed I would say you have some qoute misplacements, but seeing as they are typed over, there is really no way of saying ... anyways

    Things I see typed wrong:

    [quote:35dsnw9t]On Start of Layout: Local Key "Highscore" Exist - Set "Highscore" to int(WebStorage.LocalValue(Highscore))

    the bold part should be

    int(WebStorage.LocalValue("Highscore"))

    Highscore should passed as a string which references the name of the variable in web storage.

    Without qoute, it will try to use the Highscore value (likely a number) as a name to reference the web storage variable.

    and

    [quote:35dsnw9t]Score > "Highscore" Set Local key "Highscore to "Score"

    the bold part should be

    Score

    Beacuse::

    Score is a variable, if you place it between qoutes it becomes the string "Score" and not a variable.

  • Мне очень жаль, я не говорю России.

    Пожалуйста, перевести ваш пост самостоятельно.

  • event

    Sprite | Is overlapping TILEDFLOOR

    actions:

    Play sound

    wait x seconds,

    Go to layout "Start"

  • I haven not tried spriter objects with dropbox.

    But if dropbox does not show the scml files, and you cant change them in dropbox settings tosupport it with the needed mime types, then you will need to upload it somewhere else, somewhere where you can get the needed mime type support.

  • Nope.

  • Nice solution RamPackWobble

  • Best way to know is likely to contact your support there.

    Just ask them where you can add a mime type. They will know.

  • decided to perform