PlayMaker Help & Tips > iOS Help

Fruit ninja finger slice effect

(1/2) > >>

gamedivision:
Just a quick question really would it be possible to replicate the fruit ninja finger slice in playmaker .

Thanks

jeanfabre:
Hi,

Have you considered Turbo slicer  from the asset store, it has everything it seems:
http://noblemuffins.com/

 From a gesture recognytion point of view, I would go with an existing pacakge such as Input.touches:
https://hutonggames.fogbugz.com/default.asp?W961
-- but here nothing prevents you to roll your own solution totally in playmaker

For splitting the meshes,  if you do it manually, you will likely provide the whole fruit, and the sliced fruit right? then it's only a matter of swaping objects and have some random anim going on top, it may sound simply, but I bet it has some pitfalls ( like slicing again a smaller chunck, how to animate realistically sliced portions, etc etc)

bye,

 Jean

gamedivision:
Turbo slicer is no good because it doesn't cover slicing animated objects,hence why I want to create it myself,as for slicing objects,I think pre-cutting them could be better i could make 2 slices then if hit once cut this way if sliced twice then cut this way.its getting the finger touches and having the object recognise that my finger has hit it,and creating the slice effect when your finger touches the screen but if you say input touches would work then ill have a look at that.


--- Quote from: jeanfabre on January 07, 2013, 02:43:25 AM ---Hi,

Have you considered Turbo slicer  from the asset store, it has everything it seems:
http://noblemuffins.com/

 From a gesture recognytion point of view, I would go with an existing pacakge such as Input.touches:
https://hutonggames.fogbugz.com/default.asp?W961
-- but here nothing prevents you to roll your own solution totally in playmaker

For splitting the meshes,  if you do it manually, you will likely provide the whole fruit, and the sliced fruit right? then it's only a matter of swaping objects and have some random anim going on top, it may sound simply, but I bet it has some pitfalls ( like slicing again a smaller chunck, how to animate realistically sliced portions, etc etc)

bye,

 Jean


--- End quote ---

jeanfabre:
Hi,

 Yes InputTouch would work here, tho you will have some work to do around raycasting while touch is down to detect if the touch has hit a fruit.

bye,

 Jean

gamedivision:
Thanks jean your help is always appreciated


--- Quote from: jeanfabre on January 07, 2013, 05:34:44 AM ---Hi,

 Yes InputTouch would work here, tho you will have some work to do around raycasting while touch is down to detect if the touch has hit a fruit.

bye,

 Jean

--- End quote ---

Navigation

[0] Message Index

[#] Next page

Go to full version