XManBG's Forum Posts

  • Thank you for the good job doing that Plug-In!!

    Let me see, if I could ask you that: Is it possible with your Plug-In to draw a shape, which could be animated to morph to another shape?! E.g. initial rectangle to become a hexagon??

  • Yann, thanks for that Plug-In... I appreciate your effort. Of course coming out of the polygon term and going to free-hand shapes (heh, OK, bezier would be just enough) could be even more wonderful!

  • Hello people,

    I wanted to refresh the status of that asking... Actually I'd love to have such a shape designer Plug-In too... and even I was on the way to investigate on how to make it myself.

    Someone already working on that??

  • Yes, thank you for the animation example... What program did you use??

    Anyway, it would be more efficient to do it procedural, because of the fine dynamic changing of the form, using different shapes etc. Could it be developed as C2 Plug-In if not planed already by the C2 team??

  • Hei, thank you very much.

    The Blending settings were the key to success. I realized it partially, but never succeed to set the correct combination. Now it is working sides blending... (sorry for the wild hand-made triangle shape)

    CAPX

    DEMO

    Unfortunately, I'm still missing the possibility in C2 to create and change shapes. In the example site there is a dynamic corner rounding. So far, that the triangle becomes a circle at the end. Maybe I have to draw the frames in another program, export them, and make an animation out of them in C2?!

    Is there the possibility to add some raw HTML5 code to the canvas from within C2??

    Cheers

  • Hi guys,

    I really believe, that C2 is almost almighty, and if there are some feature leaks now, they could/would be improved in the immediate future!

    I've seen the nice effect on that site rallyinteractive.com , which is HTML5, and I was wondering if C2 could achieve that too. I've tried around for a day without success...

    1) I have not found a possibility in C2 to create primitive lines or shapes, which is integrated in HTML5;

    2) Is it possible to play with the sprite object form/edge, i.e. round the corners??

    Maybe you could have an idea??

    Cheers

  • Hi, I found your thread about the problem and wanted to demonstrate it again with another example:

    Link to site

    Fade opacity bug CAPX

    I wanted to demonstrate also a workaround by using a while-wait pair... but suddenly it didn't work. Take a look into the capx. Maybe you could have a guess why.

    <img src="http://www.colarion.com/construct2-test/While-wait.jpg" border="0">

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks, this is what I call nice brainstorming...

    cincipon: Nice tip, I really haven't tested the Functions object until now and this could be a nice work around for such a problem. It works.

    <img src="http://www.colarion.com/construct2-test/Function.jpg" border="0" />

    blackhornet: Yes, you are right... The layout scale functions exactly as a scale of the list of all layers. Of course I have to set once the scale factor for each layer independently.

  • Hei, thanks for asking, where could I know what the silence meant... <img src="smileys/smiley17.gif" border="0" align="middle" />

    I have about 10 layers. I'd like to zoom in and out some of them (7), the rest remain as they are. So my zoom works with the layer scale action provided by the System object. I couldn't find a way to scale all 7 layers at once, but I'm writing seven times the sponglehammer suggestion. And that's every time I'd like to do something with those layers.

    Now my question was if there is a way to do it as a list, I could imagine a solution which looks like:

    Set LayerScale("layer0", "layer1", "layer2", etc) scale to XX.0

    It's a pity, but that function didn't worked for me. How is it on your side, guys??

  • Bump, I suppose that the silence means "No, there is no way for now..." And me personally, I couldn't find an intuitive way too.

    Then please move that thread to the C2 suggestions topic. I believe that it would be very useful feature.

  • Hello Ashley, I'd like to renew that request. My concern is connected to a problem with the created sprites. If you are interested, I could explain more on that.

    Edit: OK, I've decided that you would be interested about the problem. It appears after scale down to 0.25 of the original sprite size. Since on the newly created sprite sheet (during project export) is another sprite nearby, one part of it becomes visible as part of the scaled sprite. The problem is repeatable and is represented only after exporting the project to HTML5.

    Do you think it could be implemented for C2 to use either sprite sheets, or just the originally created/opened PNG, JPG, etc. files??

    Thanks in advance.

  • Hi guys, I think I came up to the C2 borders. Anyway, better to ask that before thinking too much:

    Is there a programming possibility to set/change i.e. same scale for a list of layers?? I've tried without success to write: "Layer0","Layer1",... under the Layer tab of Set scale action.

  • I'd like to remind you about the boolean variables. Please, with r119 they are still not there... and would be sooo nice to have them.

  • SOLVED: Now that works. Obviously the missing parentheses were the problem. <img src="smileys/smiley4.gif" border="0" align="middle" /> Thanks a lot!!

    <img src="http://www.colarion.com/construct2-test/DoubleclickSolution.JPG" border="0" />

  • Thanks for the "Else" tipp. Although according to the Manual Sub-Events: <font color=blue>https://www.scirra.com/manual/128/sub-events</font> should work my way too, therewith the color successfully changed on doubleclick...

    But the text doesn't :( .

    My understanding for the sub-event was, that it uses the same starting event, i.e. Nr.2 on the picture, and executes the sub-events all at once... or maybe in a row?! Anyway, the Text sub-event Nr.5 should work for both cases.