Beetle Smasher game ?

0 favourites
  • 6 posts
From the Asset Store
Enemy beetle game assets in eight fully animated variations
  • How to make a game like Beetle Smasher in Construct 2

    Thank you in advance for your help

  • trsa73 That's a pretty big question. Is there something specific you're having trouble with?

    Have you checked out the general game making tutorials? E.g., https://www.scirra.com/tutorials/37/beg ... onstruct-2

    Michelle

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • trsa73 That's a pretty big question. Is there something specific you're having trouble with?

    Have you checked out the general game making tutorials? E.g., Michelle

    Yes

    How to make beetle to go to the cake and to have random spawn

    Now beetle spawn at a point " spawn sprite" and I can not get her to go down random left and right ( zig zag )

    Tu for rapid response

  • 1.) random spawn :

    • system -> create object -> X=random(something), Y=random(something).

    2.) make beetle go to the cake :

    • add bullet behavior
    • set angle toward position -> X=Cake.x, Y=Cake.Y

    3.) zig-zag movement

    • add booelan to know which direction a beetle should move to.
    • if left -> set angle toward position ->
    • if right -> set angle toward position ->

    I think it should work.

  • 1.) random spawn :

    - system -> create object -> X=random(something), Y=random(something).

    2.) make beetle go to the cake :

    - add bullet behavior

    - set angle toward position -> X=Cake.x, Y=Cake.Y

    3.) zig-zag movement

    - add booelan to know which direction a beetle should move to.

    - if left -> set angle toward position ->

    - if right -> set angle toward position ->

    I think it should work.

    Thanks, I'll try this

  • Just gave it a try but everything is worked except movement towards a particular sprite ....

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)