MPPlantOfficial's Recent Forum Activity

  • Oh so THAT's how you use clamp. Never knew what it was for.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Haha, I'm not sure, I just took the example from the tutorial. Is it not necessary? I thought dt was used to make it go smoothly. So it won't change angle instantly but move towards it.

    dt is actually time that passed since you started the layout.

    Don't worry. I did not read the manual myself and just learn construct 2 by trial and error looking at the capx examples.

  • Set angle to self.Angle - 10*dt???

    Why not just self.Angle - 10 ?

  • Keep the sprites as blocks but draw zombie faces on them.

    Zombies are so generic these days.

  • If Paddle.X <= (Your Lower Bound) | Set Paddle.X to (Your Lower Bound)

    If Paddle.X >= (Your Upper Bound) | Set Paddle.X to (Your Upper Bound)

  • Although, Actually, would you also happen to know how to make a game over screen appear when your character runs out of lives?

    Many ways to implement this but a good way would be to create an uppermost layer with black [or your choice of color] and during gameplay set opacity of the whole layer to 0.

    When you meet your Game Over condition just fade the whole layer in or instantly set the opacity to 100.

  • Hi,

    I'm developping a game for Ios and Android with construct 2, and I would like to know the maximum memory I shouldn't exceed.

    I have 60 sprites (360*640 pixels) and it already consumes 50 Mb of memory, could I go up to 250 Mb without slowing the game ?

    I have used sprite sheets to reduce consumption, if you have some advises I want.

    Thanks

    For Android NO. 50 MB is just about right for Android. The lower the better.

    For iOS I don't know. I think it was 100 MB but I haven't tested that myself. Of course it would vary for each device.

  • I don't know. I would think 30+ disk all of which have simultaneous pinning would slow down more than simple instance positioning.

    My one event in the previous post should save you another For Every statement. That's 2 events.

    Could you upload capx so we can test?

  • StarBlueLG needs their own ON CREATED outside the sub events.

    But I would not use pin if I were you.

    I'd do this instead:

    Every Tick | StarBlueLG Set Position to: LGDisk(Self.IID).X ; LGDisk(Self.IID).Y

  • Graphics are decent but what really draws me into adventure games is story like those simple graphic games in the AGS site that managed to bring me to tears. Can't wait to see what story you come up with! : )

  • Sorry for the triple post everyone.

    Here's a SLIGHTLY IMPROVED version.

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

    Drag and Drop readjusts so you don't have to let go of the box everytime you want to shift axis.

  • These public file hosting sites are a pain.

    I should use DropBox more often.

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

MPPlantOfficial's avatar

MPPlantOfficial

Member since 17 Feb, 2016

Twitter
MPPlantOfficial has 1 followers

Trophy Case

  • 10-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

15/44
How to earn trophies