Ideas for a game, need help

0 favourites
  • 8 posts
From the Asset Store
Game with complete Source-Code (Construct 3 / .c3p) + HTML5 Exported.
  • Okay I need your help to check if the things that I want are possible in construct because right now I'm planning for my new project!

    It's a sidescrolling game where you earn money and exp to unlock new weapons. The controllers are, jump and attack so the player is moving the whole time.

    okay so lets start with some of the things that I'm thinking about.

    • Save, lokal storage so to say (believe that it's possible)
    • Imagine that you have a shop in a menu and you buy a weapon, then I want the possibility to equip it and then be able to use it on every level I choose and then still be able to change the weapon with another weapon that I've unlocked before. So what I'm also wondering here is:

         - Moneys that can be spent in shop

         - Equip weapons and other stuff to your character.

         

    • create a level system so that you are allowed to buy new weapons when leveling up.

    Think that this is all for now. If you are confused so just ask me and I'll try to describe it for you.

  • If I understand correctly you're asking if all the things you listed are possible with Construct 2.

    Answer: yes they all are.

  • Thank you ^^ now the peoblem is how... But I will be back then ;)

  • Every thug you suggested seems really easy but I guess your a beginner do ill help you out..

    I presume you have a basic understanding of construct2's event system.

    You need a global variable called money.

    Have a layout for your shop then for the purchasing event; something like this should do:

    Mouse.OnObjectClicked(object)

    Money >= 1000 // if our current money is greater or equal to 1000 then we can buy

         ->system.subtractFrom(money[1000])

         // then something to trigger the gun being active

         // you could have a instance Boolean with a animation frame or something..

    I'll make a capx tomorrow for you, I'm currently on my iPhone and don't have access to a pc right now.

  • Oh thanks smitchell that would be incredible!

  • No problem mate. Send me a PM now to remind me <img src="smileys/smiley1.gif" border="0" align="middle" />

  • will do <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks "smitchell" for the tutorial!

    scirra.com/tutorials/245/how-to-series-in-game-shop

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