mOOnpunk's Forum Posts

  • Could this be saved, then used with the sprites "load from url" action to paste it into its frame?

  • I dont think so.

    But you could use the drawing canvas and create the points with polygons then fill it in.

    There is also the "funky quad" plugin. https://www.construct.net/en/forum/construct-3/plugin-sdk-10/funkyquad-released-plugin-expe-141190

    If it needs to be in a sprite you could create it with drawing canvas, save it, then use the sprites "load from url" to load it into the sprites frame.

  • There is no easy solution.

    I made an example here of just one way to do it.

    https://www.construct.net/en/forum/construct-3/how-do-i-8/multi-language-support-is-ther-137537

    There was also a plugin, but it doesn't support the c3 runtime.

  • > Must admit i preferred Dragon Zero, Shadownaut just doesn't do it for me, makes me think of space. Perhaps ShadowZero?

    There were other things to consider too. Shadow Zero for example is the name of a creature from Seiken Densetsu, and names of many other things in an internet search. Shadownaut is more fitting to the story too (which does have a space element to it).

    It's kind of growing on me. :)

  • Must admit i preferred Dragon Zero, Shadownaut just doesn't do it for me, makes me think of space. Perhaps ShadowZero?

  • So i should set it to rgbEx(100,100,100)?

    I think the c3 manual needs updating as i can find no mention of "set color" in there. This info would be helpful.

    Thanks.

  • I've used the sprites "set color" action in order to change the colour of a sprite, but i want to be able to change it back. There doesn't seem to be a way to disable it again once used.

    The sprite isn't all one colour, like all white, its coloured like normal and "set color" is used as a way to tint it.

    Any way to do this?

    Ashley

    Tagged:

  • Making the hexs that are off screen invisible will also help.

  • I may be wrong but i think the issue is that windows and mac handle the file permissions differently, so you need to build the mac version on a mac.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey piranha305, have you had any luck with pathfinding yet? Thanks.

  • I'd just like to show my support and interest for such a theme. The default theme is very clean and easy to read, and i can work quite fast using it but it kills my eyes. I'm stuck reluctantly using the dark theme but its not clear at all. Even the default theme with a dark grey instead of the white areas would be an improvement.

  • Yeah you are right about that, but as a test having 1000 blank events that should be doing nothing therefore in my mind points the problem more towards some kind of browser layout/ui rendering issue (i don't know anything about browser tech so i'm just guessing). The fact also that changing themes effects performance also seems to support this idea.

  • You may be right, but i would consider 15-20 actions per event line an extreme case. I can create 1000 blank events in C3 and get lag in the editor.

  • but u gotta remember, that each action has to check if condition is ok, the more u add the more u check that condition, and the system has to do all that in a tick, cause under it there are 300 more lines....

    I disagree that its about construct having to read and check the events, i've never experienced any editor performance issues with C2 on the same computer and had thousands of events. This is a browser issue.

  • I also reported this problem a long time ago, even providing a performance recording, which was dismissed.

    https://github.com/Scirra/Construct-3-bugs/issues/611

    When i get to around 1000 events the editor is very laggy. The only solution i've found is to use groups and close them when there not being edited.