Space Blaster Bug Enemy Game Using Construct 2

Insert Bug Enemy Object

 
For adding the Bug Enemy object, double click->in layout sheet and insert a new object dialog box and now we can select the Touch object.
 
 
 
 

Insert spinner enemy object

 
For adding the Spinner Enemy object, double click->in layout sheet and insert a new object dialog box and now we can select the browser object.
 
I will show just the touch behavior here, using insert a Spinner Enemy object,
 
 
 
 
Step 3
 
Double click on layout sheet and dialog box will appear and now we need to add browser object to the event sheet, so that it will lead to the creation of an empty event sheet.
 
 
Step 4
 
Event sheet:->Add event->Touch,
  1. on touched object
  2. Select (Shooter Player)
  3. After, Done.
 
 
 
 
Step 5
 
Add action->browser
  1. browser(object)
  2. Alert
  3. After, Done.
 
 
Step 6
 
Open Game Event->Insert the New Object
  1. Bug Enemy
  2. SpikeyEnemy
  3. Done.
 
 
 
 
This is how the event sheet will look after the event sheet is complete.
 
 
 
This is Fighter Enemy Eventsheet, given below,
 
 
 
 
Output
 
Finally, press F5 to run the layout the project is about to run. Browser will display the following output.
 
 
 
 

Conclusion

 
Finally, we created a Space PBlaster Bug Enemy Game Using Construct 2 Platform. We will see advanced game development concepts in the upcoming articles.
 
I hope this article will be useful. Thank you


Similar Articles