Introduction
Constructor is used for 2D game creation without writing a lot of code. Now in this article, I will explain how to design the Start page of a bullet-shooting game using Constructor. Constructor 2 is a powerful HTML 5 game creator designed especially for 2D Game Developer.
Prerequisites
- 64 bit Windows 7 or higher.
- Minimum 2 GB RAM
- AMD Graphics card with latest drivers
Multiplatform support
We can easily export it from Chrome Web Store, Firefox Marketplace, or use our Scirra Arcade to share our creations.
We need the following -
- PC (or) a laptop with the ability to work on Constructor 2
- Constructor 2 Game Engine
- HTML 5 compatible browser
Step 1
Click File -> New -> New Empty project.

Step 2
After creating a new project, you will see the following template.

Step 3
An empty layout will be displayed. Now, we need to change the size of the layout in Layout Properties while the layout size must be (1000,600 ) and a new event sheet must be added and named as game event.

Insert Sprite object
For adding the Sprite object, double click on the Layout sheet and insert a new object in dialog box. Now, we can select the Sprite object named as bullet.


In the properties window (in left), we need to change the following conditions' Values,
Click "Behaviors" in left hand side and insert a new bullet behavior dialog box. Then, add Bullet. And, we can change the Speed to 200.

Step 4
For adding the Sprite object, double click on the Layout sheet. A new object dialog box will appear now. Here, we can select the Sprite object. Name it as Player.
Now, we are able to see the bullet object and the player object diagram in the given event sheet.



Insert Keyboard object















Hadshana KamalanathanPosted Jul 22, 2018, 4:18 AM
Thanks for sharing....
Vidyadharran GPosted Aug 3, 2017, 1:10 PM
I think The output is in html 5
Kishore ChowdaryPosted Aug 3, 2017, 12:53 PM
Start rocking man. Write lot more articles.
Vidyadharran GPosted Aug 2, 2017, 11:24 PM
Nice going keep it up praba
Nigel FernandesPosted Aug 2, 2017, 10:17 PM
Wow this is so cool , what about the output ? Is it flash or pure html 5 ?