GamyKung's Forum Posts

  • 10 posts
  • hello

    im have one question

    im making multiplayer game and this need to click

    on host it not need on client update event this make on touched can be use

    but on peer need to do on client update event this make on touched cannot be use :C

    how i do ? or just make something like ? plz

  • but now i got new promble :C

    Host is worked fine but peer can only see host score and see self score is nan wat is this happen ?

  • ummmm lol sorry im already solve it

    becuase im did worng at connected room then set id of object

    but anyway thx for help

  • can you explain this ? sorry im bad english

    i mean "multiplayer"

    it is multiplayer 1 vs 1

    when click object then add score

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello

    im wanna do something like change text

    like when im clicked on object then send value

    and change text

    help plz

  • hello got new promble agian :C

    first promble

    so everything is work but peer cannot see host angle but host can see peer angle :C

    how i do to fix it ?

    i do this

    sync object peer with position only

    and sync lookatx and lookaty instance varible

    and add inputs lookx and looky

    on client update

    ID = Multiplayer.MyID then

    set lookx as mouse.x and looky as mouse.y

    ID = Multiplayer.MyID Then

    lookatx = mouse.x

    lookaty = mouse.y

    and

    everytick

    peer set angle to x = lookatx and y = lookaty

    is something worng ?

    second promble

    why on peer connected old peer is still ?

    like when connected like peer will double create peer im sure im checked with multiplayer game :C

    i do this

    on connected

    if host set peer.id to multiplayer.myid

    associate object peer with multiplayer.myid

    else destory

    that all can you guy help me plz ? :C

  • oh hello im back i solved but why a one sprite is still ? :C

  • or do you want event image ? or my project file ?

  • im sure i have sync object

    and instance varible also can you help me about sync client input ? :C

  • Hello im come from thailand im bad english sorry

    One day im trying to make a multiplayer game with new plugin

    everything is work but one thing...

    peer cannot do anything peer cant move also host cannot see peer :C

    how i do ? help plz

  • 10 posts