Chadori's Forum Posts

  • Have you ever noticed that the default size, angle, properties, frames and etc. of objects are determined by the majority number rather by input?

    The development time would be decreased if we could have a feature to set the default properties of each object. It would also be great if there was a combo box switch (for each object or entire system) that we can select whether we follow the majority number properties or the input default properties .

    If i may suggest, it would be great if the default properties options were on a different form box selected from the properties bar or if the options are just below each property. Just don't make it a sub-property since it's time consuming.... Why? Well, because every time i expand it, it closes again on a different object / instance since it only expands locally on a specific instance. Maybe i'll make another feature request on that.

    Ashley C3 maybe?

    The other feature request i mentioned above.

  • LocalStorage. That will save data inside a device even when the application is closed.

    Tutorial: https://www.scirra.com/tutorials/1461/h ... age-plugin

    Manual: https://www.scirra.com/manual/188/local-storage

  • Yeah. I get that issue too especially that i'm making games for mobile. Considering that all possibilities of junk being persisted is unlikely. This must be because of the built-in javascript garbage collector releasing unused memory that causes a momentary jank / lag.

    To those reading this post from 2018... I replied here from 2016... And 'Yes' there is no news yet. Maybe in 2020...

  • Is this a place for suggesting as well? If so, i'll give my suggestion:

    Can you make it easier to simulate "drawing" in a C2 game? (I'll give you more info on that)

    It's already simple as it is.... A digital graphic is a combination of pixels. Imagine a dot as a single pixel, an aligned combination of pixels is a line, and a combination of patterned pixels is a graphic.

    In C2, you can make a 1x1 black colored sprite as a black pixel. Create the sprite in loops as you "hold and drag' the mouse.

    Now you have a pencil tool.

    For more info, check out his tutorial:

    https://www.scirra.com/tutorials/1207/h ... ing-canvas

  • I have a few guesses but it still depends. Does it only last for a few seconds?

  • hello ,

    she & he is my first game with 10 levels

    https://www.scirra.com/arcade/other-games/she-he-12419

    any comment or ideas will be appreciated

    Just want you to know that there is a bug with "He" (Player 1) . I can move him and change his angle with just the arrow keys.

  • Wow. Good amazing!!!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Had a lot of fun making fun of our goofy new president

    https://play.google.com/store/apps/details?id=com.fridayjams.trumpball

    Is that made in C2?

    My patience will only last until 2018. But that's already a lot of time.

  • This is very good for optimization too. +1

  • Problem Description

    Textboxes on the Document Bars, Ribbon Bar or the whole UI doesn't react to CTRL+A instead the layout editor or event editor reacts to it.

    This also includes items on the Project Bar like Layouts, Event Sheets and etc.

    Slightly similar to this bug report: pressing-ctrl-a-in-comments-doesn-t-select-all-text_t184178

    Attach a Capx

    Any .capx will do but rules are rules...

    https://1drv.ms/u/s!AjcW2ueud6qp1RQ4NVB1OMhLoA1j

    Description of Capx

    It's a typical .capx with a sprite and textbox that contains details.

    Steps to Reproduce Bug

    • Open .Capx
    • Expand Layout Folder
    • Rename Layout
    • Press CTRL + A

    Observed Result

    Textboxes on the Document Bars, Ribbon Bar or the whole UI doesn't react to CTRL+A instead the layout editor or event editor reacts to it.

    Expected Result

    CTRL+A should react to the UI textboxes.

    Affected Browsers

    N/A

    Operating System and Service Pack

    Windows 8.1 64-bit

    Construct 2 Version ID

    Construct 2 r240 Beta Release

  • Ashley - I don't mean to hijack but i think this is the easiest way to ask this... Document bars that have textboxes like in the properties bar also don't react to Ctrl+A . Can they too be fixed?

  • I would also like to read the interview... Please also provide here the link of the site of discussion just in case of any changes...

  • I am not sure but i think you can have the same thing done by using the Pathfinding Behavior.

    Not sure though, it's been years since i used that behavior but i am confident it can though.