Not work anymore on r158 beta.
"Error: Addon 'ValerypopoffEase' ACE 'in-progress' uses "variadic" parameter which is not supported in the SDK...."
Simple and useful. Thanks for that. :)
Thank you.
Can you open the console in your browser (F12) and get/copy the error message and post the message here? Then i can looking into it. Thx!
Now, the plugin has custom CSS support. You can change the position or anything (see the new example-file).
Blinky_RSA , please test the new version 1.1.0.0. I hope it works now ;)
Not yet, sorry... but i'm don't forget it :)
Ok, i'm looking into it.
No, sorry i don't have a construct 2 plugin. This is for construct 3 only.
valerypopoff
Any Plugin-news/updates?
valerypopoff have you read this? :
construct.net/en/forum/construct-3/plugin-sdk-10/variadic-parameters-removed-143189
Already have it, please see the link above :)
construct3.ideas.aha.io/ideas/C3-I-622
I need the x and the y position from the bezier-path with more then 2 nodes.
Example (First i place/add nodes at runtime for my instance/object):
Node 1 = x 10 , y 10
Node 2 = x 50 , y 20
Node 3 = x 124 , y 48
etc..
.. and then I want to get the X Position on the path from percent:
Set Object.X to getPathPositionX(0.3); // x position 30% of the complete path
... That is not possible without great effort. GM Studio has exactly this powerful function:
docs.yoyogames.com/source/dadiospice/002_reference/paths/path_position.html
Nice, thank you for the update. But, for me, the biggest problem is, i can't add keyframes at runtime. And i missing the feature to get the position from percent like this:
getPathPositionX(0.3); // Get the current x position from 30% of the path
getPathPositionY(0.3); // Get the current y position from 30% of the path
Member since 18 Oct, 2016
Tutorials and more