google-code-export / colonist

Automatically exported from code.google.com/p/colonist
0 stars 1 forks source link

Put more fun in Predator Gesture Handle #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
实现直滑动(Slice)和弯曲滑动(现在叫Tick,曾经叫Hook,但是我觉��
�应该叫Curve)

现在已经实现的:
单指点击(Single_Tap),直接逼近目标,用单爪攻击

目标:
把逼近距离分成两截: 近距离和远距离
Single_Tap只能在逼近位于近距离内的敌人
Single_Slice逼近位于远距离内的敌人, 而且调用跳跃动画
Curve_Slice也是逼近近距离内的敌人,实现斩首攻击.

Original issue reported on code.google.com by yinyuanq...@gmail.com on 3 Dec 2012 at 2:15

GoogleCodeExporter commented 9 years ago
这些手势还比较简单
我觉得还要加点特别的东西上去

比如说
1.Double Tap 这两次tap在同一个地方 和 两次tap在不同地方 
是两种动作(我也没想到这个配什么动作好)

2.类似切水果那种横向的Slice(其实我感觉没什么用,把敌人�
��开或许不错。。。)

3.如果加一个按钮,减慢时间流逝,然后不断地Slice,1s后自��
�结束,接着执行刚才所有的手势动作(比如连续切n下,打bos
s的时候应该比较好用)。
这个也不一定是slice,比如划一个什么“符咒”之类的东西,

Original comment by lightnin...@gmail.com on 3 Dec 2012 at 5:04

GoogleCodeExporter commented 9 years ago
一步一步来,我正好在想如何加入减慢时间的效果. 
这个主要是研究两个问题:
1. 用什么事件触发减慢时间的代码?
2. 
减慢时间以后,镜头应该如何移动?我想参考武士2的类似效果
3. 
在减慢时间的过程中,UPDATE()和FIXEDUDATE()的已有代码会不会受��
�影响? 

Original comment by yinyuanq...@gmail.com on 3 Dec 2012 at 5:21

GoogleCodeExporter commented 9 years ago

Original comment by yinyuanq...@gmail.com on 3 Dec 2012 at 5:23

GoogleCodeExporter commented 9 years ago
你做一个DEMO嘛,看下按照你的想法出来的效果,打人的时候爽��
�爽.

Original comment by yinyuanq...@gmail.com on 3 Dec 2012 at 7:02