Content tagged networking

Similar Tags

Report Tag

24 usages of this tag
6
This content is deleted
Tutorial
AJAX Example with Construct 2
87 favourites

Construct 2 has an AJAX object that will allow you to make a request to a target page in order to return the resultant data to AJAX.LastData where we can use th...

2
This content is deleted
Tutorial
Sending info to a mysql database.
46 favourites

After going crosseyed looking for info for newbies I decided to do the ole trial and error to link up to a mysql database. So far what I can do is send info to...

1
This content is deleted
Tutorial
AJAX in local preview on localhost:50000
17 favourites

Recently I started using AJAX and XML object on scirra's C2. The first issue I faced was "how to get AJAX data while running my preview by pressing F5?". When I...

1
This content is deleted
Tutorial
Modded Socket.io
30 favourites

I don't RECOMMEND using Socket.IO anymore, you should use the official multiplayer plugin. I updated the Capx you're no longer needing the combobox & listbox pl...

1
This content is deleted
Tutorial
AJAX Simple Multiplayer Update
26 favourites

This tutorial will show you how to set up a basic AJAX based multi-user demo app, whatever you would like to call it. Well, this is more of an explanation than...

1
This content is deleted
Tutorial
Changes to make to your marketing campaign this year
8 favourites

With the New Year just passed, the season for making resolutions is still. Upon us. You’ll have made personal resolutions, of course, but what about. Resolution...

58
This content is deleted
Tutorial
Multiplayer tutorial 1: concepts
274 favourites

Developing multiplayer games is difficult, even though Construct's Multiplayer object takes care of many of the complexities for you. In the same way the events...

25
This content is deleted
Tutorial
Multiplayer tutorial 2: chat room
110 favourites

This tutorial assumes you have already read Multiplayer tutorial 1: Concepts . The easiest introduction to the multiplayer object in Construct is a simple chat...

26
This content is deleted
Tutorial
Multiplayer tutorial 4: real-time game
102 favourites

This tutorial assumes you have already read Multiplayer tutorial 1: Concepts , Multiplayer tutorial 2: Chat room and Multiplayer tutorial 3: Pong . The first tu...

18
This content is deleted
Tutorial
Multiplayer tutorial 3: pong
68 favourites

This tutorial assumes you have already read both Multiplayer tutorial 1: Concepts and Multiplayer tutorial 2: Chat room . The first tutorial covered the theory...

Similar Tags