hobibit's Recent Forum Activity

  • Sin horizontal behavior + on click + is object overlaping object

  • Yes you can.

    In this golden layout, and in construct you cannot have multiple html windows that you can freely undock. They are inside main window and you cannot move them outside of this main window. So its only one html window but you see boxes inside this main window, and this is easly done in construct 3.

    You can create your app and open new page or app in it. We call it "browser bombing", or "pop-up loop attack", and we dont like it. So better dont do this. Just use one window.

    If you run multiple constract app on single pc, they can comunicate with each other. You can use multiplayer plugin, you can use remonte database, on local files to do this.

  • Join the Construct Hobby Jam: December 2024!

    Are you a hobbyist or beginner game developer looking for a fun and friendly challenge? The Construct Hobby Jam is a week-long online game jam where creativity and simplicity come first! Whether you’re a solo dev or part of a small team, this jam is perfect for experimenting, learning, and showcasing your ideas.

    Why join?

    • Open to everyone – no prior experience required!
    • Share your game and play amazing creations from others.

    Details:

    • When? 2nd week of December (exact dates on the jam page).
    • Theme? Revealed at the start of the jam!
    • Rewards? Honor, fun, and recognition in the community!

    Submit your game, vote on others, and let’s celebrate creativity together. No pressure, no stress – just pure fun!

    https://itch.io/jam/construct-hobby-jam-december-2024

    Feel free to ask any questions in the comments. Let’s jam!

    Tagged:

  • I have situation like this:

    export default class attackInstance extends globalThis.InstanceType.attack
    {
     name: string;
    
     constructor(
     name: string,
     ) {
     super();
     this.name = name;
     }
    }
    
    runtime.objects.attack.setInstanceClass(attackInstance);
    ...
    const attack: attackInstance = runtime.objects.attack.createInstance(0,200, 200);
    

    And what I want to pass arguments to constructor but I dont knew how or even if its posible.

  • So, I have this game. And I want to add Google Store (MobileIAP).

    First I have to log in to GooglePlay.

    But When I try to log in to GooglePlay it always fail and when I display error message it display "10:"

    I run app using Google Store so app uploading work. I cant log in in app.

  • Not that easy:

    - text can change

    - not all text should have background

    - text can have different font sizes

  • Hi.

    I use DrawingCanvas to draw lines (and other shapes)

    I have a problem with line thickness. For example, I draw 100 identical lines but on-screen in-game lines have different thicknesses and some lines are invisible.

    hobibit.itch.io/test-canvas

    Is there any universal solution for this?

  • Hi. i have problem with text background when text have larger font size. The text background don't cover bottom of letters that end lower like: g y p j

    hobibit.itch.io/test-font

    I tested:

    [size=50px][background=#ff0000]change background color[/background][/size]

    [background=#ff0000][size=50px]change background color[/size][/background]

    same effects

    Tagged:

  • Hi all. I'm working on a game. Player fly small ship and fight with large enemy ships.

    I was trying to fix interface. But i'm still not sure it will work properly. So my question is: How can I improve interface?

    In demo bellow player can fight with against 7 starbosses. Player can use few basic weapon and few ships.

  • Hi all.

    When I export project to HTML5 it creates few folder's and few files.

    it creates file: index.html, its ok

    And it creates files like: data.js, c2runtime.js, can i change location of these files in easy way?

    I want to have structure like:

    ../index.html

    ../other/files/c2runtime.js

    ../other/files/data.js

    Media and images folders/files are NO problem because i see option to change dir easy.

  • No no no just no. This is how array dont work. Just no no no.

    Check how array work.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • New enemy in my game.

hobibit's avatar

hobibit

Member since 27 Feb, 2014

Twitter
hobibit has 1 followers

Trophy Case

  • 10-Year Club
  • Entrepreneur Sold something in the asset store
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

14/44
How to earn trophies