arcadesindo's Forum Posts

  • oceldot why not place the object on the layout manually?

  • Maybe this can Help you..

    This Tutorial Created by shirokuma

  • I'm searching this too

  • zenox98, rekjl,

    Lol, thanks guys.

    ,

    Webstorage only saves players score, and cannot be accessed by other players. Webstorage is not what you think it is. It is saving to players computer only.

    If you want global webstorage, you need an external database, which is going to be far beyond your current skill level. There are tuts on it using mysql (I think) but that is pretty advanced an requires actual programming knowledge.

    I don't understand your highscore1 and highscore2,

    But highscore is highscore and should be over written with new highscore.

    Highscore = 5000

    PlayerScore >= Highscore then Set Highscore = PlayerScore else Leave Highscore = Highscore.

    But like i said, global highscore cannot be stored using anything in construct, you need to use external storage options.

    Edit:

    Global Highscore is players wanting to beat the best score of the game.

    or

    Player wanting to beat his current best score? which you don't need an external database. Because if you just want player competing against his best score then, webstorage will work.

    Edit 2: Added 2 files. One is highscore example. As you can see it stores highscores, but the high scores are not persistent, when you exit game, you loose highscores.

    You need to save them to webstorage to make them persistent.

    So attachment to is something I did for someone else, it is saving gold coins to webstorage.

    Your homework assignment is to make the highscores save to webstorage. Oh, I will not be checking your homework, because in life, you have to be your own teacher and student.

    Saving to external database is too advanced for you, so I am not even going into that.

    i'm sorry,forget to say thanks

  • it was very useful man ! Nice job

  • Nice Job Man

  • 1. Layout Properties: Layout size - Size of let's called this "area" where your game happens - think of it as a level size

    2. Project Properties: Windows size - Size of your game window. How big, in pixels your game will be on preview and after export. For example 1280x720 pixels means that your game window in browser,mobile or desktop will have 1280 pixels wide and 720 pixels tall.

    3. how about layout properties: margin - it's just a "free space" outside the layout in layout editor. make yourself a layout of size 400x400 and set margins to 0,0 - try pan around layout editor with Middle mouse button (or holding spacebar). Then set margins to 1000,1000, pan around, and see the difference.

    oohh.. now i'm understand

  • Picture turned out a bit small, but if you look good, you can see a tiny line at the edge of the sprite.

    i think this is a bug

  • same with me

  • I've removed this "tutorial" I'm not sure what the purpose of this really is.

    If people want to post their own capx examples, they can do so with explanations and titles in relation to the content of their capx.

    I don't think having a random "tutorial" gathering random capxs really helps.

    Whatever that you say,you never thinking how difficult when Newest Member Learn.

    Like me,First time i use C2 on Desember,and i always fail with my games,why? it was because I did not find any examples what I want with my games,so,i want to make this tutorial for everyone,hmm.. yes,like you say,this is not like a tutorial,but sharing every Capx Examples from all of C2 Forum members not matter right?

    Maybe you will ask me for share it just on Forum Topic,like this.

    But i think it will not useful,First time every newest C2 Users will read the Tutorial Topic other than forum.

    and they not find what they want on Tutorial Topic.

  • Like Social Forum??

  • Click this link

    https://www.scirra.com/tutorials/967/all-tutorial-from-all-of-construct-2-forum-users

    Thanks to : Naji , Lordshiva1948 , gamecorptm , RamPackWobble , DUTOIT ,And many of Forum Users.

    Did you have any tutorial?share it here,and i will upload there.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hardty here is the CAPX you ask for. Not that good but you will get idea how to do this yourself. As I said I only spent little time to show you how can it be done. You have to work and tweak little to make it as you wish. Good luck

    wow! Thanks GrandFather

    btw,how can you make this? is there need any editing?

  • jobel maybe its to old tutorial,and many different with C2 system now.

  • zenox98 owhh,glad to hear that