Physics Game Entirely using PHYSICS

2

Index

Attached Files

The following files have been attached to this tutorial:

.capx

cannonball.capx

Download now 248.79 KB

Stats

6,188 visits, 12,705 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.

Let’s create game entirely using PHYSICS movements. We will not use sprites behaviour like Bullets or Player movement in Platform or 8 directions. This game will use mouse and physics.

Start Construct 2 and create new project, call it whatever you like.

1. Set layout size to 1500 x 480

2. Create background and name it background or as you wish.

3. Create another layer and call whatever you like.

4. Lock layer background

Your background looks like below and Set opacity to ZERO 0. Set size to 1500 x 120. Place this ground sprite on Background layer bottom. So when we insert other sprites this ground sprite will not be effected.

Now create Sprite and call it ground

Create sprite Block like below

Create sprite Cannon

Create sprite Cannon Ball

Create sprite and call it Goal ball or whatever you wish.

Now create particle we will use our above sprites for particle.

Add another sprite for winning the game and call it Win Star

  • 0 Comments

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