Info

Statistics

  • Download count4,522 total downloads
  • Latest download count 3,546 downloads of latest version
  • Average download count3 downloads per day average

Owners

Description

Skew/bend image (vertically) by given pixels with variable exponential along vertical. Great new angle capabilities and fixes added by skymen.

Example Files

Example from skymen of skend w/ color added and different angles controlled w/ slider.

Discussion

  • 20 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • Thanks for plugin

  • Hello, It has problems when working with opacity or because of the new version of construct3?

  • Could you upload a tutorial or example plz?

  • where i can download skend for c2, thanks

  • There is an issue if you change the color of the sprites while the effect is ongoing, some sprites will glitch.

    How to reproduce in the current example:

    1. Change the slider max value to 100, iteration step 1

    2. In the code, set the slider to modify the sprite's RGB color (not the tint effect) instead of the angle. Use the RGB 100 formula C3 has (default one, called rgb i think), not the 255 one.

    3. Run it and run the slider up and down.

    Notice some sprites will glitch and skend very suddenly.

    If this could be fixed it would be great! Either way thank you very much for the effect, it's super useful.

    • What I see with a quick test, that if you have color as white and change to non-white, it will glitch. The reason for this is the C3 rendering changes from non-predraw, so the effect is applied on render to canvas to predraw, where the color effect is applied first into offscreen canvas and then the skendPow effect is applied. Due to the changes in render processing, the effect will appear to glitch. For now, if this is the same issue you see, I suggest never changing the color back to pure white, any amount off will make the rendering consistent. An alternative is to change the addon to always predraw, but that has perf impact for the cases when color/opacity is not being changed.

      • Thank you for the explanation. My test was not about pure white as far as I remember, and only some sprites had the effect glitching, not all, even though the color was applied to all of them. (had a lot of individual grass with the effect + the daytime was turning into night time)

        Load more comments (5 replies)
  • ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................