giyomusan's Forum Posts

  • 7 posts
  • Hello everybody, just published a little prototype for something I may expand later

    it is a simple survival / shooting game.

    construct.net/en/free-online-games/dungeon-survival-85866/play

  • Actually I did not do the art myself, that's a friend who did it.

  • 🚀 Just released a small prototype — Mout-Mout Adventure

    It's a fast-paced browser runner where each stage speeds up and the world gradually shifts color with the difficulty. I'm exploring how pacing and atmosphere can evolve together visually.

    You can try it here:

    construct.net/en/free-online-games/moutmout-adventure-80558/play

    Would love general impressions, especially on how it feels to play and overall pacing. Any feedback is welcome

    thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi guys, just wanted post my experience for my first game with this tool,

    very easy to use from browser , really kudos for the dev guy for this !

    not so east to select sprite if you don't care to put them in layer for this purpose..

    selecting a sprite from project view ..well it is not clear you are going to modify that instance in that layout or just the whole sprite.

    drag drop a sprite , changing value , set all other the same..damn , ok i can clone one but what the point of same object instance , unless i miss something..

    event driven stuff ahahaha , well i am surprised how this work well for the project i did, but i would love more doc regarding scripting from editor ...

    anyway I really enjoy the engine , for what I had to do it perfectly fit the bill

  • Hi fellow construt3or :D

    ok so i was wondering if that code could be injected from construct ?

    <style type="text/css">
    {
    -webkit-touch-callout: none;
    -webkit-user-select: none; / Disable selection/copy in UIWebView */
    }
    </style>
    

    I just want to disable that feature on mobile when you hold.

    Does I have to put that on the web page instead , any info welcome, I am not that good at web things :D

  • thanks lionz !

  • Hi everyone,

    as you guess I am new with construct 3 , I find my self repeating thing over layout, so I wonder of there is a way to do a kind of copy / paste , duplicate over a group with event action to another layout ?

  • 7 posts