Tutorials tagged networking

20 tutorials with this tag
UpvoteUpvote 6 DownvoteDownvote
This content is deleted
Tutorial
AJAX Example with Construct 2
Not favoritedFavorited Favorited 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...

UpvoteUpvote 2 DownvoteDownvote
This content is deleted
Tutorial
Sending info to a mysql database.
Not favoritedFavorited Favorited 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...

UpvoteUpvote 1 DownvoteDownvote
This content is deleted
Tutorial
AJAX in local preview on localhost:50000
Not favoritedFavorited Favorited 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...

UpvoteUpvote 1 DownvoteDownvote
This content is deleted
Tutorial
Modded Socket.io
Not favoritedFavorited Favorited 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...

UpvoteUpvote 2 DownvoteDownvote
This content is deleted
Tutorial
AJAX Simple Multiplayer Update
Not favoritedFavorited Favorited 28 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...

UpvoteUpvote 1 DownvoteDownvote
This content is deleted
Tutorial
Changes to make to your marketing campaign this year
Not favoritedFavorited Favorited 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...

UpvoteUpvote 64 DownvoteDownvote
This content is deleted
Tutorial
Multiplayer tutorial 1: concepts
Not favoritedFavorited Favorited 280 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...

UpvoteUpvote 25 DownvoteDownvote
This content is deleted
Tutorial
Multiplayer tutorial 2: chat room
Not favoritedFavorited Favorited 112 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...

UpvoteUpvote 28 DownvoteDownvote
This content is deleted
Tutorial
Multiplayer tutorial 4: real-time game
Not favoritedFavorited Favorited 104 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...

UpvoteUpvote 19 DownvoteDownvote
This content is deleted
Tutorial
Multiplayer tutorial 3: pong
Not favoritedFavorited Favorited 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