baks's Forum Posts

  • Hi, is the plugin still working?

    I tried even on a new project, just adding the ids and with test mode, just loading and showing ads, and is not working.

    Not sure if is just me because I'm using the same method I always used, but now is not working for me.

    Tagged:

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Oh, I've only just recently started testing with the HTML element. Are you saying that when you scale the layout, the html element doesn't scale with it and therefore wraps because the content such as text is now larger? If so, I remember when I was messing around with it that you need to have the element on auto-size, and all units on em so it scales accordingly to the parent. I haven't used chartjs, but assuming I understood your problem correctly, you might need to override some of the styles to use em instead of px.

    Oh, don't worry, I saw the charts js has a plugin to zoom in and I trying to understand how to implement it on Construct using this tutorial:

    Subscribe to Construct videos now

    Thanks again for the help, if I get it I will answer here to show the answer.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Not sure if this is what you mean, but if you just don't want the text to wrap to the next-line, you can use white-space: nowrap in your css. You can also throw in text-overflow: ellipsis if you want an the dots if a text is cut off and doesn't wrap.

    Thanks, it works on simple text, but this is the thing, I implemented Charts js on Construct,

    And I want to zoom in when you are on mobile, this is what I can't do because is wrapped to the screen size, so when I change the layoutscale, the html element remains the same scale.

  • If you take any HTML element example you can see how it wraps the text when it goes out of the screen.

    But I need to make zoom in on this HTML without the wrapping, how can I avoid it?

    HTML Table sample

    Table wrapped and resized to the screen

    Tagged:

  • It should work, but I think you will have to use an all-lowercase name when requesting by URL, because Construct lowercases all filenames on export and Android is a case-sensitive system.

    You're right! Using lowercases works perfect. Thanks so much.

  • Hi Ashley, not sure if it's a bug or if I'm doing something wrong.

    If you use "Ajax request URL" it works on preview, even on mobile, but when you make an APK it doesn't. It only works with "Request project file".

    I make a very easy project to test it

    Tagged:

  • WaterFill is a game designed for children, in which you just have to drag your finger to direct a hose with water and fill glasses.

    At the same time, it teaches children habits and awareness of the environment and the importance of water.

    It has a simple gameplay that mixes previously seen concepts but never in the same game.

    Like the use of water in the style of Where's my water or gameplay similar to puzzle bobble but from above

    Gameplay Video:

    Subscribe to Construct videos now

    The Game Intro:

    Subscribe to Construct videos now

    Screenshots:

    Now, I'm in the search of a publisher, the game is almost done, and I'm going to start the beta version in Android in a week or two.

  • It looks awesome! Very cool game, I hope you get many downloads

  • You do not have permission to view this post

  • You do not have permission to view this post

  • For form elements used in game, the most straightforward way is to use the set css style action for each form element object directly. Other objects do not use css for styling.

    You can also prepare multiple different .css style sheet files in advance, and load each stylesheet on demand via the browser objects load stylesheet action.

    Yeah, the problem is that I have a text editor and I want to affect to other game from this editor, so I need to edit the CSS, that's why I wanted to upload a CSS or edit the one of the game.