MarkusR's Forum Posts

  • hmmm, i believe you said your example work.

    fact is it works with r197 and not r198 at my pc for what ever reason.

    it happens also at my wifes netbook.

    it happens at pong and my wip project.

    that is my wip project in r198.

    http://www.hobbycoder.eu/games/ninemanmorris/index.html

    screen video with the problem.

    http://youtu.be/vZKs1CUH1zk

  • see video, everything was fine before. i put a link at top.

    the server was restartet and c2 devs said the traffic did not go over.

    possible some changes at the multiplayer object.

  • screen video until 1 minute:

    http://youtu.be/1UcqedAuOIw

    Problem Description

    Got a new Problem with r198,

    objects disappear/appear/disappear at multiplayer client side.

    means the sprite objects are missing in screen.

    Attach a Capx

    I consider it belongs changes from r197 to r198

    Steps to Reproduce Bug

      i testet it with multiplay pong example too. start in firefox, copy paste url in new tab

    Observed Result

    objects disappear/appear/disappear at multiplayer client side.

    switch tab and go back to client tab, objects appear and disappear again.

    i compared 197 it was ok and since 198 there is this problem.

    Expected Result

    the objects not disappear

    Affected Browsers

    • FireFox: YES (tested with different versions)
    • Internet Explorer: no multiplayer

    Operating System and Service Pack

    testet win 8.1 & 7 standard

    Construct 2 Version ID

    r198

  • i know that is is not a bug but it is a message to the developer.

    why not add a button open anyway in messagebox with warning or info? or only for beta testers

    i think the c2 load interface should know when incompatible changes was made.

    anyway, thanks for this hint.

  • after testing it seems the reason is 99% the r198 beta.

    objects disappear/appear/... happens only at multiplayer client side.

  • are there really file changes from beta to beta version?

    i want test r197 but said it was saved with r198.

    i want compare if my game behaves different.

    (i found other older project for test both)

  • hi ashley, thank you for your response,

    as you said, about multiplayer tutorial, now i remember me.

    eventualities, my part or the beta update yesterday or anything else ...

  • hello,

    have someone else also problem with sync objects with signalling server today?

    objects disappear/appear uncommon.

  • My WIP in Construct 2

    First Test:

    (be sure u joined the same room,else both should goto home menu and start again)

    http://www.hobbycoder.eu/games/ninemanmorris/index.html

    [attachment=0:2w8lc0ml][/attachment:2w8lc0ml]

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • i believe the same is

    middle=(x1+x2)/2

  • my solution i test even with one layer

  • ok.

    i removed the text because its nothing to read for the devs.

    next time i will asking in forum before post here

  • ups, thought there was only one object in condition there pop ups the selection for the new one.

    thank you codah

    can close.

  • can delete,

    my stupidity

  • hello,

    me using the touch object,

    i have a bord game and want show a menu icon if the user hit the board or background, not the gaming pieces.

    this menü icon i hide after a time, so it not block the game area.

    my problem yet:

    if i hit a gaming piece i get also a unwanted touched object event at board or background.

    means, i need only the clicked top object event.

    now i have a layer for buttons, one for gaming pieces and one for background/board.

    have someone a easy solution?

    shall i use flags for it?