PixelPower's Forum Posts

    I am glad to see such an interest in Construct3 but lets temper expectations a bit now time wise. As time goes by I see things in this forum that shows me unless Construct3 is magnificent , its going to fail. Construct3 has to be mind blowing and thats going to take them a while to make.

    Honestly I feel Construct2 is the best 2D game engine on the market and I have tried all the major ones. But speaking bluntly I feel as though out of all the engines , Construct2 has the worst website. Other game engines have bright and fun forums plus updated showcases. In C2 you have an old showcase with less than 10 games. Also in the C2 forums you have too many people who are smart-asses and are negative. Truth is it's going to be very tough to get a bunch of new buyers to buy Construct3 if things in this website don't change.

    Other game forums are far busier than this one because of the thing I stated. I met a lot of good people here that I like but recently I slowed down coming here often because its slowing getting worst and less busier. Like I said Construct2 has the best 2D engine and is great on mobile . But don't rush the developers because the product has to be stellar in order to sell. They don't have the benefit of an awesome website like other game engines do.

  • Damn these forums have become negative, no wonder it isn't busier around here. Every hopeful person gets their dreams shot down from the moral police. By the time Construct3 comes out, it going to fail because most developers would move on to other tools.

  • I think video ADs should only be once ,but full screen ADs you can show every game reset.

  • You can update your games no problem the save states are persistant as far as local storage save.

  • Bump!

    Its almost working, but the new highscore resets the last, even if its less:

    https://www.dropbox.com/s/y86u07lkyc6zz ... .capx?dl=0

    Ok I see the problem you didnt save the highscore when you ship collides with something thats why it resets the highscore.

    Add this to your collision events

    Local Storage --Set Item--" your key" to "your variable"

  • I take a screenshot with printscreen on windows and then open paint and paste it there. Afterward I cut out the photo and resize it.

  • Why does the little guy look like Hitler?

    Haha you have a crazy imagination. Hitler has a famous mustache were my hero doesn't. I can't see the resemblance to Hitler anywhere

  • Ok I love making games and love it even more when others enjoy the games I make. This next piece of art is SuperBit (name may change) currently under development. With this game I want to give android gamers a piece of history and a great game!! If everything goes right and I have a few days where I can knock out 6-8 hours of coding it should be coming in a week or 2. Enjoy!!

  • PixelPower it's done for mobile/tablets so you have to try on a device with touch.

    Ok cool I will try the game on my device then.

  • Man I know this had to take a long time, with all the characters and stats I hate to see your saving event sheet lol. A great product takes time and yours is a great one!!

  • Ok I was trying it out on my PC , how do you move the character?

  • My example was correct. It is you who does not understand.

    Your ball cant act as a ball, it has square colission polygones.

    You move an object middle in an object and then 'on collision' with that object you want to do something. I have now idea how this can result in something 'physical'. Other then generating 'black hole forces'.

    You dont move it with physics (That would be ofcourse inpossible) In reality, in a world ruled by physics, when i magicaly and instantly move a tennis ball middle into you brain, what would happen ?

    Dude he didn't say your example is not correct, he said he was looking for something different. Also being a smart a$$ isn't a good way to make friends. Treat people with respect!!

  • 1) TO make the score reset == System--on start of layout---score---set to 0

    2)Your in luck I made an official tutorial on local storage save and included a full game capx file, its simple

    https://www.scirra.com/tutorials/5343/h ... -game-capx

    After you try it let me know if you have any problems.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ok you know what I usually send this link to people working on mobile devices but for your case I will make an exception . I wrote 8 critical tips maybe hidden in those tips is the answer to your question

    Take a look is how I got my 2D shooter optimized and running super smooth on mobile. Maybe there is something in there you haven't thought of.GoodLuck!!

  • Ok so for the continue button use the command system-go to previous layout