Split-screen for Construct 3; no addons

13

Index

Stats

5,414 visits, 13,697 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Start by adding a drawing canvas object. This will not need any behaviors or instance variables. Make sure to set the image point in the middle! Next add a tiled background instance called "solid". Make it a 32x32 tile such as:

Obviously this will need the 'solid' behavior. Next add a background. This can be a tiled background or sprite and has no behaviors or instance variables. After this you will need the keyboard instance for player 2's 'WASD' controls. Finally add a player. He only needs the 'platform' behavior. Duplicate him for player 2.

  • 2 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • djkocinski

    I'm sorry, I really don't have a formula for calculating the number of blocks. I just use trial and error by testing it. You might be able to find one, though.

  • If I change the size of the viewport from 768 x 480 to 1152 x 720, I can only get it to work well when I add more blocks to the left and right. What is the number of blocks I need to add as I increase the viewport size? Just wondering. I got it to work at the higher size, but I wondered if there was a formula for calculating how to do this for a larger play area size.