Mipey's Forum Posts

  • Camouflage the texture loading/saving as a checkpoint. When player reaches a checkpoint, dim the screen and do something to distract the player while you sneakily swap textures around.

  • Yes, there is a problem where angle is between (including) -180 and -45. It's been reported already.

  • Use a private variable to store the number.

    Use a sprite with 10 animations, each of which represents a number (from 0 to 9). Alternatively, just use 10 sprites, each representing a number. Whatever floats your boat.

    For each digit in the variable, display that sprite/animation. You can use text manipulation or math manipulation to read digits.

    In this case, we're using math manipulation. Divide by 1000 to get the thousands, 100 to get hundreds etc.; to get hundreds only, substract thousands you got from earlier... example:

    Score: 1337

    Fifth digit: 1337/10000 rounded down equals 0, so display 0

    Fourth digit: (1337 - Fifth digit * 10000) / 1000 rounded down equals 1, so display 1.

    Third digit: (1337 - Fourth digit * 1000 - fifth digit * 10000)/100 rounded down equals 3, so display 3.

    ...

    And so on till the first digit. I'm sure there is a simpler way to get digits.

  • Compare their positions with offset at 45 degrees, I believe. Just like you compare Z levels, you can compare on diagonals.

  • Now that looks good! Construct can be a great tool in hands of a capable person.

  • Indeed, it is quite nice. Though I notice that shadows need some work.

  • Neck?

    Charlie doesn't have a neck.

  • Needs a tie.

  • Construct provides the runtime engine. It is like arts teacher provides you with a block of clay.

    What you make out of it, is entirely your problem. The arts teacher won't shape the block of clay out for you, you have to do it yourself.

    There is no tile engine for Construct yet, but it has everything you need to make one. Like deadeye said, you are wasting time by looking for shortcuts. It is almost as if you don't want to make a game yourself, you just want to direct it around.

    Unfortunately game development is about putting effort into your projects. I am still failing, but I'm getting there... slowly.

  • <img src="http://shinymedia.headshift.com/hdtvuk/images/images/printscreen.jpg">

    But erm, yeah... there is a way to make snapshots, I believe deadeye made something where the thing saved a screenshot.

  • Achievement should be something that you achieve through effort; often it is considered a goal, short and long term alike. Quite often those achievement would be notable; one can note a Ferrari, a framed diploma in someone's office etc.

    But you don't see framed photos of someone stuffing as many sausages or eggs into their egg to get into Guiness' book of records. Neither does doing a double backflip over the trash can count as an achievement.

    Let's draw a clear line, shall we? Getting into Guiness is an achievement. How you got there is NOT.

  • Twitter is like leaving your house with a megaphone and loudly announcing that you are about to to fry some eggs with bacon to the whole street, then going back inside to do just that.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Funny stuff indeed.

  • Stop being useful, deadeye! You're making me feel useless.