Dramamini's Forum Posts

  • Try Sprite.TagAt(0)="something"

    Seems that "compare two values" uses less cpu

  • I also believe that Mikal's 3d Object is a revolutionary plugin and a huge upgrade for Construct. It is sad that this plugin cannot be ported to SDK V2. I read on a comment here https://kindeyegames.itch.io/c3-3dobject-alpha that SDK V2 did not have the requested features to support this. And I wonder.. Isn't there a solution that can be found? Anyway...

  • Hello to everyone!

    Which do you think is the best way to upload an android app bundle that is over 200mb?

    I use videos & music files and my project exceeds google play limit.

    Thank you

  • Or maybe you could add an "Is in preview" condition for the browser log actions

  • Ok, I found it. I post the solution for anyone who might be interested in.

    If you want to stylize the whole List element, you do:

    	#yourListID {
    		property: value;
    	}
    

    If you want to stylize only the dropdown content, add an asterisk next to id name:

    	#yourListID * {
    		property: value;
    	}
    
  • Hello to everyone!

    Do you know how can I stylize only the dropdown content of a dropdown list with css? I want to change font color of the listed items and the background color of this list.

    Thank you very much!

  • You can change TextInput type, using the action TextInput -> Set attribute. Then set Attribute as "type" and Value as "text". Of course, you can set Value as "password" again in order to toggle password visibility.

  • You do not have permission to view this post

  • I agree with you.. it should be perfectly aligned. We have C3, one of the best game creation tools out there and we cannot perfectly align text? Come on guys! :)

  • I, also, had to rebuild my projects and I was working for days moving texts up and down, rewriting events, etc. But... as long as this problem exists, it is a real pain every single time you create a new text object or start a new project. So in my opinion this problem definitely has to be fixed somehow.. Maybe, there should be a new text object in C3 that works as it should be.. and keep old text object for old projects.

  • Hi!

    After r235 update, text objects with center vertical alignment are meshed up. They have moved up a little and a I have to move them back in place in every project.

    Center alignment hurts in C3, was never working as should be and I cannot understand why there is not an absolute center position (with or without bbcode) for the text object and we have to find workarounds, move text objects up and down until we find the correct center position.

    *I read that this kind of problems exist back from C2 and it is hard to change due to backwards compatibility. Yes, but active projects are also meshed up. It's the same thing. So if it cannot be fixed, maybe there should be a new text object for C3 that works correctly?

    **The change in r235 was made to fix center/bottom vertical aligment when BBcode enabled. It is not fixed.. When you check/uncheck BBCode, text moves up/down a little or goes even at the bottom of the text box.

    Screenshot and project file included.

    Thank you

    drive.google.com/file/d/1XI3snrKa4yx87gYgXZCKvoho8Ul1ghjj/view

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi to everyone!

    When I use anchor behavior on some elements and try to restart layout, there is a flicker on every anchored object. What am I doing wrong?

    (This happens when project is running in a window. In fullscreen mode it's working correctly.)

    Here is a minimal project to demonstrate the issue:

    https://drive.google.com/file/d/1kFhm_DEW5EKp6lpGQG-sq8WfiDOkY0c3/view?usp=sharing

    * Another question.. Anchor behavior is running on every tick or only when the window is being resized?

    Thank you very much!

  • Laughing14 Haha! Glad to have helped.

    Eren Hi Eren! I tested it again, unfortunately it is not working.

    I don't know why.. Maybe due to this? https://www.construct.net/en/forum/construct-3/plugin-sdk-10/third-party-addon-changes-156802

    I posted a report and made a minimal project demonstrating the issue.

    https://github.com/erenertugrul/construct-plugins/issues/25

  • As I know, there are 2 versions of the Rex Rainbow's csv2array plugin for C3:

    1. https://github.com/erenertugrul/construct-plugins/raw/master/ported_plugins/plugins/rex_csv2array/dist/rex_csv2array.c3addon

    2. https://www.construct.net/en/make-games/addons/234/csv-array-c3-runtime

    Install them both.

    Then, open your project and find the events that are using the first plugin and replace them with the second plugin.

    The first plugin is no longer working with C3. You can open your project but you cannot run (preview) it.

    *Also, have in mind that the second plugin is not working with worker mode enabled.

  • Maybe you are using the wrong key..

    As I wrote above, open your file from google drive and copy (only) the key from the link that appears in your browser.

    Do not use the key that is generated by "Publish to web" option.

    I tested it again and it's working for me.

    Also, have in mind that:

    1. The new link which bypasses cors policy, works either if you type (at the end of the link) "YourSheetName" or the default "Sheet1" name.

    2. If you are using a CSV to Array addon to load your data, (after a construct's update) only this addon is working:

    https://www.construct.net/en/make-games/addons/234/csv-array-c3-runtime

    3. This addon is not working with worker mode.

    If you still have problem, when I find time I will make an example .c3p project file.