Marc456's Forum Posts

  • Work in progress.

    Iv had to increase the content amount in my game which is going to take a while.

    kongregate.com/games/Marc_456/trapped-miner

  • My miner on my game has 3 animations:

    1: Pickaxe Swing

    2: Climbing a ladder

    3: Walking

    My graphic skills are basic but my animations of 1: Pickaxe Swing and 2: Climbing a ladder to me look good.

    My Walking animation looks a bit odd so if I give someone the animation frames could anyone modify it so it looks good?

    kongregate.com/games/Marc_456/trapped-miner

  • You need to re write your link, it has been removed because you added a URL.

  • Its my first game iv made, i am thinking about making the levels much bigger or adding some new items to pick up and use.

    kongregate.com/games/Marc_456/trapped-miner

    Iv used a video to export my game with Intel XDK which has a preview option with examples of how it would look on different devices.

    Some features like export to HTML5 websites do work on Construct 2 free version so maybe some others work.

    My game is at a stage where I need to preview it a lot. Is there a way I can get my game onto a tablet?

    I read one forum topic which said I could use my computer as a host and other people can join my server.

    Would that work with a tablet?

    Do I need to buy the full version to do that or anything else that would work?

  • I have a Push button which resets the level to the start again when its pushed. Its a grey box and I cant work out how to put a image over it.

    I tried putting a Image in the "create Container" properties option but I think that's for something else?

    I tried putting a image over it but the push button will go on top.

  • I have a 3840 by 1280 screen divided into two 1920 by 1280 screens which will alternate by a push of a button or by walking off the edge. In hindsight it was easy, I duplicate the score number and push button on both screens and I will keep it on a separate layer to make it more organised. Thanks.

  • When my Player leaves the screen it switchs to the next screen but my Button and Text box stay on the first screen so how do I make them appear on the next screen?

  • Thanks for the reply, his event sheet is a bit complicated but now I have a idea of what to do and how it will work.

    I found two more tutorials on this subject both need to be adapted slightly to make it work but the main idea is there.

    1-Scroll Camera To Mouse (MOBA-esque camera scroll)

    2-Making a Smooth Following Camera

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Just like in Prince of Persia 1989, when the player leaves the screen it switch's to the next screen instead of a scroll to player style?

  • I have no idea what you mean by "pick"

  • Part of my game is a miner in a cave with a certain amount of ladders and bridges in each level.

    Each level for me is a layout so in one level he will carry 5 ladders and another level 10 but when I change the instance variables for each ladder Sprite he is carrying they all change on all layouts (levels) to the same value.

    How can I make the Instance Variables have individual values for the same Ladder Sprite on different Layouts (Levels)?

    Today I thought of having a family of Ladders so I would have 10 levels and 1 cloned ladder for each level in a family of the same sprite. Would that work and is that the easiest way?