Anyone got tutorial for Fruit Ninja physic on Construct 2?
Thanks!
If you search for Fruit Ninja, you'll find this: https://www.scirra.com/forum/span-class-posthilit-fruit-span-span-class-posthilit-ninja-span-help_p711319?#p711319 which may be of use.
There are also other posts showing the slice action if you have a root around.
i have a little sample idea:
Add "Touch" to your game and in on touching event of the "fruit" add an event that destroy the fruit and spawn another splitted intance of it and don't forget to add a fade effect.
i have a little sample idea: Add "Touch" to your game and in on touching event of the "fruit" add an event that destroy the fruit and spawn another splitted intance of it and don't forget to add a fade effect.
Won't that use more of a Tap versus and Swipe? I am curious.
Develop games in your browser. Powerful, performant & highly capable.
You can use the On Touch Start, In Touch and On Touch End conditions to determine the length and duration of a swipe and to create the slice graphic, and code an appropriate action. Not exactly difficult.
Found this
Made by —
It explains all, thanks to that superb guy