lennaert's Recent Forum Activity

  • A bit personal perhaps, but:

    I find that the main forum index page and sub forum index pages have too much white space everywhere.

    Makes it look unrefined.

  • Here is a great overview of things:

    Browser usages

    As you can see, internet explorer made quite a fall over the years ... but actually since last month gained 1%.

    IE11 is not bad at all.

  • The forums on nintendo are quite limited and nowhere near the activity of scirra forum.

    Is it possible to maintain a nintendo developers user group on scirra tied to a subforum ?

    Meaning only those in the group can visit / see it.

    This lets Scirra easily communicate with other scirra nintendo developers quickly, without worrying about the nda's involved.

  • 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 Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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 Domination, in the arcade

  • 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.

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

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

lennaert's avatar

lennaert

Early Adopter

Member since 8 Oct, 2013

Twitter
lennaert has 13 followers

Connect with lennaert

Trophy Case

  • 11-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • x5
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • RTFM Read the fabulous manual
  • x2
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

25/44
How to earn trophies