Swing Copters...From The Ground Up

3
  • 7 favourites

Index

Attached Files

The following files have been attached to this tutorial:

.zip

swing-copters-assets.zip

Download now 195.54 KB
.capx

swing-copters.capx

Download now 328.31 KB

Stats

14,363 visits, 33,609 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.

Select the Background layer and drag the following objects onto the Game layout.

-obj_Background, set at position 0,0

-3 obj_Clouds, set 1 at position 216, 308, the second at 216, -75 and the third at 216, -457

If you are using the free version, then also add obj_Pipes and set at position 0, 768. Otherwise, select the Midground layer, drag and drop obj_Pipes, and set at position 0,768

Select the Enemies layer and drag and drop following objects:

-obj_Girder, set at position -303, 70

-obj_Hamer, set at position -125, 78

Select the Player layer and add a new Sprite object. Name the sprite obj_Player. In the Image Editor right click in the Animation frames window and select Import frames: From files...

From the Player folder select both player images. In the Animation frame window delete the empty frame and mirror the image while holding down the Shift-key. Mirroring will occur for all frames.

  • 2 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • dazedangels We us this counter for the Medal screen. If your score is 10 and you die then on the Medal screen. Start at 0 and increase by 1 every 0.07 seconds until 10 is reached.

    youtube.com/watch

    Check this vid at 0:36.

    Hope this helps.

  • Why are we creating an event in "Game Over" to add 1 to ScoreCounter every 0.07 if ScoreCounter isn't equal to Score? What is ScoreCounter doing, if the game is over?

    "-System: Every X seconds, where seconds is 0.07"

    Thank you.